diff options
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-01-18 20:10:25 +0000 |
---|---|---|
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | 2017-01-18 20:10:25 +0000 |
commit | a730ed31491b32b2b3b9c1a08bcd915b9b7cd167 (patch) | |
tree | 34253a5a2b01113c79130c032c02cdb784f61be3 /libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | |
parent | 589de5ea4e5391930c459f97f71f80d754587994 (diff) | |
download | bcm5719-llvm-a730ed31491b32b2b3b9c1a08bcd915b9b7cd167.tar.gz bcm5719-llvm-a730ed31491b32b2b3b9c1a08bcd915b9b7cd167.zip |
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review.
llvm-svn: 292434
Diffstat (limited to 'libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp index 437b4203791..d419b8cc855 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp @@ -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. |