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/utilities/function.objects/func.wrap | |
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/utilities/function.objects/func.wrap')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp index f89bde8e654..698b5a88702 100644 --- a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp @@ -31,7 +31,7 @@ // types can be null. The other categories are not tested here. // 3) '__not_null(Callable)' is well formed when the call signature includes // varargs. -// 4) '__not_null(Callable)' works for Callable types with all aritys less +// 4) '__not_null(Callable)' works for Callable types with all arities less // than or equal to 3 in C++03. // 5) '__not_null(Callable)' works when 'Callable' is a member function // pointer to a cv or ref qualified function type. |