summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/hwasan/hwasan_report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/hwasan/hwasan_report.cc')
-rw-r--r--compiler-rt/lib/hwasan/hwasan_report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/hwasan/hwasan_report.cc b/compiler-rt/lib/hwasan/hwasan_report.cc
index b5d310a3405..ea3e4096dae 100644
--- a/compiler-rt/lib/hwasan/hwasan_report.cc
+++ b/compiler-rt/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();
OpenPOWER on IntegriCloud