diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2018-12-15 07:06:24 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-12-15 07:06:24 +0000 |
| commit | 1ad24332d1638ef6926827466abb78b044e460f2 (patch) | |
| tree | 9b70f6777acf3a74a2ccb0072d32cb55b0b8c6d7 | |
| parent | 241c73b1912df7f0aea6080c33a9a0d64585d681 (diff) | |
| download | bcm5719-llvm-1ad24332d1638ef6926827466abb78b044e460f2.tar.gz bcm5719-llvm-1ad24332d1638ef6926827466abb78b044e460f2.zip | |
hwasan: Fix typo: Previosly -> Previously.
llvm-svn: 349254
| -rw-r--r-- | compiler-rt/lib/hwasan/hwasan_report.cc | 2 |
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(); |

