Skip to content

Commit 2b5f3f4

Browse files
committed
[Sanitizer][NFC] Fix typo
1 parent 36254f1 commit 2b5f3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/asan/asan_posix.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ bool PlatformUnpoisonStacks() {
5656
if (signal_stack.ss_flags != SS_ONSTACK)
5757
return false;
5858

59-
// Since we're on the signal altnerate stack, we cannot find the DEFAULT
59+
// Since we're on the signal alternate stack, we cannot find the DEFAULT
6060
// stack bottom using a local variable.
6161
uptr default_bottom, tls_addr, tls_size, stack_size;
6262
GetThreadStackAndTls(/*main=*/false, &default_bottom, &stack_size, &tls_addr,

0 commit comments

Comments
 (0)