[libcxx-commits] [libcxx] 8057a8e - [libc++][NFC] Fix typo in comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 28 14:06:11 PST 2022


Author: Louis Dionne
Date: 2022-02-28T17:06:01-05:00
New Revision: 8057a8e26a8ff169c85a6a99786491723a285c51

URL: https://github.com/llvm/llvm-project/commit/8057a8e26a8ff169c85a6a99786491723a285c51
DIFF: https://github.com/llvm/llvm-project/commit/8057a8e26a8ff169c85a6a99786491723a285c51.diff

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

Added: 
    

Modified: 
    libcxx/include/__string

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__string b/libcxx/include/__string
index 4b819e4a799ef..ca068f357cd14 100644
--- a/libcxx/include/__string
+++ b/libcxx/include/__string
@@ -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
 


        


More information about the libcxx-commits mailing list