summaryrefslogtreecommitdiff
path: root/test/std/containers/unord/unord.set/incomplete.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-01-18 20:10:25 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-01-18 20:10:25 +0000
commit16e2ba19dfffdcf9bba202eb8a27fd79e3d15303 (patch)
treed40dadf468c102a8f0f1f31fee6b9e1c3c43dde7 /test/std/containers/unord/unord.set/incomplete.pass.cpp
parentc3564b92bcaa73fefde1cf5f7e159069f66f797c (diff)
downloadlibcxx-16e2ba19dfffdcf9bba202eb8a27fd79e3d15303.tar.gz
[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
Diffstat (limited to 'test/std/containers/unord/unord.set/incomplete.pass.cpp')
-rw-r--r--test/std/containers/unord/unord.set/incomplete.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/containers/unord/unord.set/incomplete.pass.cpp b/test/std/containers/unord/unord.set/incomplete.pass.cpp
index c970c1de5..4f7a00c99 100644
--- a/test/std/containers/unord/unord.set/incomplete.pass.cpp
+++ b/test/std/containers/unord/unord.set/incomplete.pass.cpp
@@ -11,7 +11,7 @@
// <unordered_set>
-// Check that std::unordered_set and it's iterators can be instantiated with an incomplete
+// Check that std::unordered_set and its iterators can be instantiated with an incomplete
// type.
#include <unordered_set>