From ebbc754717955c124d3b49ef5865320e12fc7b8f Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 10 May 2018 04:21:41 +0000 Subject: [PATCH] [sanitizer] Fix typo in comment llvm-svn: 331956 --- compiler-rt/lib/sanitizer_common/sanitizer_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc b/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc index 296b58d..e1f00a9 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. -- 2.7.4