hwasan: Fix typo: Previosly -> Previously.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 15 Dec 2018 07:06:24 +0000 (07:06 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 15 Dec 2018 07:06:24 +0000 (07:06 +0000)
llvm-svn: 349254

compiler-rt/lib/hwasan/hwasan_report.cc

index b5d310a..ea3e409 100644 (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();