Skip to content

Commit d1dc504

Browse files
committed
[asan] Fix a comment
1 parent bb8230b commit d1dc504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_preinit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using namespace __asan;
1616

1717
#if SANITIZER_CAN_USE_PREINIT_ARRAY
18-
// This section is linked into the main executable when -fsanitize=hwaddress is
18+
// This section is linked into the main executable when -fsanitize=address is
1919
// specified to perform initialization at a very early stage.
2020
__attribute__((section(".preinit_array"), used)) static auto preinit =
2121
__asan_init;

0 commit comments

Comments
 (0)