summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/utilities/tuple
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
commita730ed31491b32b2b3b9c1a08bcd915b9b7cd167 (patch)
tree34253a5a2b01113c79130c032c02cdb784f61be3 /libcxx/test/std/experimental/utilities/tuple
parent589de5ea4e5391930c459f97f71f80d754587994 (diff)
downloadbcm5719-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/experimental/utilities/tuple')
-rw-r--r--libcxx/test/std/experimental/utilities/tuple/tuple.apply/extended_types.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/experimental/utilities/tuple/tuple.apply/extended_types.pass.cpp b/libcxx/test/std/experimental/utilities/tuple/tuple.apply/extended_types.pass.cpp
index 0c5170f29ce..57dff44976b 100644
--- a/libcxx/test/std/experimental/utilities/tuple/tuple.apply/extended_types.pass.cpp
+++ b/libcxx/test/std/experimental/utilities/tuple/tuple.apply/extended_types.pass.cpp
@@ -13,7 +13,7 @@
// template <class F, class T> constexpr decltype(auto) apply(F &&, T &&)
-// Testing extended function types. The extented function types are those
+// Testing extended function types. The extended function types are those
// named by INVOKE but that are not actual callable objects. These include
// bullets 1-4 of invoke.
OpenPOWER on IntegriCloud