[libc++][NFC] Fix typo in comment

This commit is contained in:
Louis Dionne 2022-02-28 17:05:35 -05:00
parent c0faf1f731
commit 8057a8e26a
1 changed files with 1 additions and 1 deletions

View File

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