mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 18:38:30 +08:00
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
// A Each allocation performed during thread construction should be performed
|
||||
// in the parent thread so that std::terminate is not called if
|
||||
// std::bad_alloc is thrown by new.
|
||||
// B std::threads constructor should properly handle exceptions and not leak
|
||||
// B std::thread's constructor should properly handle exceptions and not leak
|
||||
// memory.
|
||||
// Plan:
|
||||
// 1 Create a thread and count the number of allocations, 'N', it performs.
|
||||
|
Reference in New Issue
Block a user