summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hwasan/hwasan_report.cc')
-rw-r--r--lib/hwasan/hwasan_report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hwasan/hwasan_report.cc b/lib/hwasan/hwasan_report.cc
index b5d310a34..ea3e4096d 100644
--- a/lib/hwasan/hwasan_report.cc
+++ b/lib/hwasan/hwasan_report.cc
@@ -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();