diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:23:51 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-06-22 01:23:51 +0000 |
commit | 46fb2b903e403978fce71a9ee8831a1737d9552b (patch) | |
tree | 3055a578278732949a4e1a5729da4580793bec05 /libcxx/test/std/utilities/tuple | |
parent | 2ff9c25d93456dc67a2aeebd7f617ca18c2e0665 (diff) | |
download | bcm5719-llvm-46fb2b903e403978fce71a9ee8831a1737d9552b.tar.gz bcm5719-llvm-46fb2b903e403978fce71a9ee8831a1737d9552b.zip |
Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com
llvm-svn: 273357
Diffstat (limited to 'libcxx/test/std/utilities/tuple')
-rw-r--r-- | libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp index e1f1738066f..d1b974c5075 100644 --- a/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp @@ -29,5 +29,5 @@ int main () { } // Smart pointers of type 'T[N]' are not tested here since they are not // supported by the standard nor by libc++'s implementation. - // See http://reviews.llvm.org/D21320 for move information. -}
\ No newline at end of file + // See http://reviews.llvm.org/D21320 for more information. +} |