From: Louis Dionne Date: Fri, 2 Dec 2022 20:20:15 +0000 (-0800) Subject: [libc++][NFC] Fix typo in comment X-Git-Tag: upstream/17.0.6~25537 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4dbba76b1124b814aff09aa749050f784eb2c2f;p=platform%2Fupstream%2Fllvm.git [libc++][NFC] Fix typo in comment --- 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 71b9331..545032b 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