[libcxx-commits] [libcxx] 5185f4a - [libc++] [NFC] s/geenrally/generally/

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 08:27:34 PST 2022


Author: Arthur O'Dwyer
Date: 2022-02-14T11:27:06-05:00
New Revision: 5185f4a05b38c6ed4e50e185fb526edf3cabcc7b

URL: https://github.com/llvm/llvm-project/commit/5185f4a05b38c6ed4e50e185fb526edf3cabcc7b
DIFF: https://github.com/llvm/llvm-project/commit/5185f4a05b38c6ed4e50e185fb526edf3cabcc7b.diff

LOG: [libc++] [NFC] s/geenrally/generally/

Added: 
    

Modified: 
    libcxx/include/__config

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__config b/libcxx/include/__config
index e455eacc19485..f7e105b69c5f9 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -1415,7 +1415,7 @@ extern "C" _LIBCPP_FUNC_VIS void __sanitizer_annotate_contiguous_container(
    // Note that this can be replaced by #error as soon as clang-cl
    // implements msvc::no_unique_address, since there should be no C++20
    // compiler that doesn't support one of the two attributes at that point.
-   // We geenrally don't want to use this macro outside of C++20-only code,
+   // We generally don't want to use this macro outside of C++20-only code,
    // because using it conditionally in one language version only would make
    // the ABI inconsistent.
 #endif


        


More information about the libcxx-commits mailing list