[compiler-rt] r349254 - hwasan: Fix typo: Previosly -> Previously.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 23:06:24 PST 2018


Author: pcc
Date: Fri Dec 14 23:06:24 2018
New Revision: 349254

URL: http://llvm.org/viewvc/llvm-project?rev=349254&view=rev
Log:
hwasan: Fix typo: Previosly -> Previously.

Modified:
    compiler-rt/trunk/lib/hwasan/hwasan_report.cc

Modified: compiler-rt/trunk/lib/hwasan/hwasan_report.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/hwasan/hwasan_report.cc?rev=349254&r1=349253&r2=349254&view=diff
==============================================================================
--- compiler-rt/trunk/lib/hwasan/hwasan_report.cc (original)
+++ compiler-rt/trunk/lib/hwasan/hwasan_report.cc Fri Dec 14 23:06:24 2018
@@ -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();




More information about the llvm-commits mailing list