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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 12 13:06:31 PDT 2022


Author: Louis Dionne
Date: 2022-10-12T16:06:21-04:00
New Revision: bb7069626c8db502c4e5dbe915eca42200fb25e2

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

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

Added: 
    

Modified: 
    libcxx/include/__verbose_abort

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__verbose_abort b/libcxx/include/__verbose_abort
index 3c9cba824ce0..fddef4900e25 100644
--- a/libcxx/include/__verbose_abort
+++ b/libcxx/include/__verbose_abort
@@ -18,7 +18,7 @@
 #endif
 
 // Provide a default implementation of __libcpp_verbose_abort if we know that neither the built
-// library not the user is providing one. Otherwise, just declare it and use the one from the
+// library nor the user is providing one. Otherwise, just declare it and use the one from the
 // built library or the one provided by the user.
 //
 // We can't provide a great implementation because it needs to be pretty much


        


More information about the libcxx-commits mailing list