diff options
author | Stephan T. Lavavej <stl@microsoft.com> | 2019-10-22 15:19:40 -0700 |
---|---|---|
committer | Stephan T. Lavavej <stl@microsoft.com> | 2019-10-22 15:22:13 -0700 |
commit | 437e0e5191ca255db27e86d232020844c1fd08c8 (patch) | |
tree | f7d291d2124d45a27f4825c61f4b0008df693ea7 /libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp | |
parent | 19e95ab4210bedf36f0f50d54c39e8f7f4d879f2 (diff) | |
download | bcm5719-llvm-437e0e5191ca255db27e86d232020844c1fd08c8.tar.gz bcm5719-llvm-437e0e5191ca255db27e86d232020844c1fd08c8.zip |
[libcxx][test][NFC] Fix comment typos.
(Testing git commit access.)
Diffstat (limited to 'libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp b/libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp index 3ad98b017f7..f70cbe7b88e 100644 --- a/libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp +++ b/libcxx/test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp @@ -9,9 +9,9 @@ // <string> // template<class charT, class traits, class Allocator> -// constexpr bool operator<=(const charT* lhs, basic_string_wiew<charT,traits> rhs); +// constexpr bool operator<=(const charT* lhs, basic_string_view<charT,traits> rhs); // template<class charT, class traits, class Allocator> -// constexpr bool operator<=(basic_string_wiew<charT,traits> lhs, const charT* rhs); +// constexpr bool operator<=(basic_string_view<charT,traits> lhs, const charT* rhs); #include <string_view> #include <cassert> |