projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6c3e3
)
[asan] fix a comment typo
author
Kostya Serebryany
<kcc@google.com>
Tue, 2 Jun 2020 00:40:23 +0000
(17:40 -0700)
committer
Kostya Serebryany
<kcc@google.com>
Tue, 2 Jun 2020 02:14:56 +0000
(19:14 -0700)
compiler-rt/lib/asan/asan_allocator.cpp
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/asan/asan_allocator.cpp
b/compiler-rt/lib/asan/asan_allocator.cpp
index
c00c354
..
126d26d
100644
(file)
--- 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 cha
i
se 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",