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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 2 12:20:38 PST 2022


Author: Louis Dionne
Date: 2022-12-02T12:20:27-08:00
New Revision: a4dbba76b1124b814aff09aa749050f784eb2c2f

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

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

Added: 
    

Modified: 
    libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
index 71b9331909074..545032b096fdd 100644
--- a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// test libc++'s implementation of align_val_t, and the relevant new/delete && !hwasan
+// test libc++'s implementation of align_val_t, and the relevant new/delete
 // overloads in all dialects when -faligned-allocation is present.
 
 // The dylibs shipped before macosx10.13 do not contain the aligned allocation


        


More information about the libcxx-commits mailing list