forked from OSchip/llvm-project
hwasan: Fix typo: Previosly -> Previously.
llvm-svn: 349254
This commit is contained in:
parent
241c73b191
commit
1ad24332d1
|
@ -233,7 +233,7 @@ void PrintAddressDescription(
|
|||
t->Announce();
|
||||
|
||||
// Temporary report section, needs to be improved.
|
||||
Printf("Previosly allocated frames:\n");
|
||||
Printf("Previously allocated frames:\n");
|
||||
auto *sa = (t == GetCurrentThread() && current_stack_allocations)
|
||||
? current_stack_allocations
|
||||
: t->stack_allocations();
|
||||
|
|
Loading…
Reference in New Issue