We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36254f1 commit 2b5f3f4Copy full SHA for 2b5f3f4
compiler-rt/lib/asan/asan_posix.cpp
@@ -56,7 +56,7 @@ bool PlatformUnpoisonStacks() {
56
if (signal_stack.ss_flags != SS_ONSTACK)
57
return false;
58
59
- // Since we're on the signal altnerate stack, we cannot find the DEFAULT
+ // Since we're on the signal alternate stack, we cannot find the DEFAULT
60
// stack bottom using a local variable.
61
uptr default_bottom, tls_addr, tls_size, stack_size;
62
GetThreadStackAndTls(/*main=*/false, &default_bottom, &stack_size, &tls_addr,
0 commit comments