[compiler-rt] 801d823 - [asan] fix a comment typo

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 19:15:16 PDT 2020


Author: Kostya Serebryany
Date: 2020-06-01T19:14:56-07:00
New Revision: 801d823bdec182d3913aa0a27073229029359ad2

URL: https://github.com/llvm/llvm-project/commit/801d823bdec182d3913aa0a27073229029359ad2
DIFF: https://github.com/llvm/llvm-project/commit/801d823bdec182d3913aa0a27073229029359ad2.diff

LOG: [asan] fix a comment typo

Added: 
    

Modified: 
    compiler-rt/lib/asan/asan_allocator.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/asan/asan_allocator.cpp b/compiler-rt/lib/asan/asan_allocator.cpp
index c00c35464493..126d26d0823b 100644
--- a/compiler-rt/lib/asan/asan_allocator.cpp
+++ b/compiler-rt/lib/asan/asan_allocator.cpp
@@ -1045,7 +1045,7 @@ uptr GetUserBegin(uptr chunk) {
   if (!m)
     Printf(
         "ASAN is about to crash with a CHECK failure.\n"
-        "The ASAN developers are trying to chaise down this bug,\n"
+        "The ASAN developers are trying to chase down this bug,\n"
         "so if you've encountered this bug please let us know.\n"
         "See also: https://github.com/google/sanitizers/issues/1193\n"
         "chunk: %p caller %p __lsan_current_stage %s\n",


        


More information about the llvm-commits mailing list