diff options
author | Vitaly Buka <vitalybuka@google.com> | 2018-05-10 04:21:41 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2018-05-10 04:21:41 +0000 |
commit | ebbc754717955c124d3b49ef5865320e12fc7b8f (patch) | |
tree | 3248aed1097336b460a6e69d12564d3f438ae9f2 | |
parent | 5dcc94c177c434e7376adb6a185f1af5193f0fac (diff) | |
download | bcm5719-llvm-ebbc754717955c124d3b49ef5865320e12fc7b8f.tar.gz bcm5719-llvm-ebbc754717955c124d3b49ef5865320e12fc7b8f.zip |
[sanitizer] Fix typo in comment
llvm-svn: 331956
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc b/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc index 296b58d5c89..e1f00a93b87 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc @@ -951,7 +951,7 @@ ThreadLister::Result ThreadLister::ListThreads( // Now we are going to detect short-read or early EOF. In such cases Linux // can return inconsistent list with missing alive threads. - // Code will just remember that the list is possible incomplete but it will + // Code will just remember that the list can be incomplete but it will // continue reads to return as much as possible. if (!first_read) { // The first one was a short-read by definition. |