summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2017-02-05 22:48:20 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2017-02-05 22:48:20 +0000
commit881d861346024aac84a49cbf0e559cacebcf3794 (patch)
treed17e3895a829f3fec28468eee25b7a4dc32d3078 /libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
parentae2798fc53654659c07d082f48284d6bf1085851 (diff)
downloadbcm5719-llvm-881d861346024aac84a49cbf0e559cacebcf3794.tar.gz
bcm5719-llvm-881d861346024aac84a49cbf0e559cacebcf3794.zip
[libcxx] [test] Fix comment typos.
No functional change, no code review. llvm-svn: 294160
Diffstat (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp')
-rw-r--r--libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
index 4da5fc7f839..07fe9049abd 100644
--- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
+++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
@@ -96,7 +96,7 @@ int main()
}
{
// Test that the uses-allocator default constructor does not evaluate
- // it's SFINAE when it otherwise shouldn't be selected. Do this by
+ // its SFINAE when it otherwise shouldn't be selected. Do this by
// using 'NonDefaultConstructible' which will cause a compile error
// if std::is_default_constructible is evaluated on it.
using T = NonDefaultConstructible<>;
OpenPOWER on IntegriCloud