Skip to content

Commit

Permalink
[libc++][NFC] Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Feb 28, 2022
1 parent c0faf1f commit 8057a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/__string
Expand Up @@ -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

Expand Down

0 comments on commit 8057a8e

Please sign in to comment.