[asan] fix a comment typo
authorKostya Serebryany <kcc@google.com>
Tue, 2 Jun 2020 00:40:23 +0000 (17:40 -0700)
committerKostya Serebryany <kcc@google.com>
Tue, 2 Jun 2020 02:14:56 +0000 (19:14 -0700)
compiler-rt/lib/asan/asan_allocator.cpp

index c00c354..126d26d 100644 (file)
@@ -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",