forked from OSchip/llvm-project
[Sanitizer][NFC] Fix typo
This commit is contained in:
parent
36254f1a0f
commit
2b5f3f446f
|
@ -56,7 +56,7 @@ bool PlatformUnpoisonStacks() {
|
||||||
if (signal_stack.ss_flags != SS_ONSTACK)
|
if (signal_stack.ss_flags != SS_ONSTACK)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// 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
|
||||||
// stack bottom using a local variable.
|
// stack bottom using a local variable.
|
||||||
uptr default_bottom, tls_addr, tls_size, stack_size;
|
uptr default_bottom, tls_addr, tls_size, stack_size;
|
||||||
GetThreadStackAndTls(/*main=*/false, &default_bottom, &stack_size, &tls_addr,
|
GetThreadStackAndTls(/*main=*/false, &default_bottom, &stack_size, &tls_addr,
|
||||||
|
|
Loading…
Reference in New Issue