[Sanitizer][NFC] Fix typo

This commit is contained in:
Luís Marques 2021-03-01 23:47:03 +00:00
parent 36254f1a0f
commit 2b5f3f446f
1 changed files with 1 additions and 1 deletions

View File

@ -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,