hwasan: Fix typo: Previosly -> Previously.

llvm-svn: 349254
This commit is contained in:
Peter Collingbourne 2018-12-15 07:06:24 +00:00
parent 241c73b191
commit 1ad24332d1
1 changed files with 1 additions and 1 deletions

View File

@ -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();