forked from OSchip/llvm-project
[libc++][NFC] Fix typo in comment
This commit is contained in:
parent
c0faf1f731
commit
8057a8e26a
|
@ -680,7 +680,7 @@ char_traits<char8_t>::find(const char_type* __s, size_t __n, const char_type& __
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
#endif // #_LIBCPP_HAS_NO_CHAR8_T
|
||||
#endif // _LIBCPP_HAS_NO_CHAR8_T
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
|
||||
|
||||
|
|
Loading…
Reference in New Issue