[libcxx][test][NFC] Fix comment typos.

(Testing git commit access.)
This commit is contained in:
Stephan T. Lavavej
2019-10-22 15:19:40 -07:00
parent 19e95ab421
commit 437e0e5191
23 changed files with 29 additions and 29 deletions

View File

@@ -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>