[compiler-rt] r331956 - [sanitizer] Fix typo in comment

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 21:21:41 PDT 2018


Author: vitalybuka
Date: Wed May  9 21:21:41 2018
New Revision: 331956

URL: http://llvm.org/viewvc/llvm-project?rev=331956&view=rev
Log:
[sanitizer] Fix typo in comment

Modified:
    compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc

Modified: compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc?rev=331956&r1=331955&r2=331956&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc (original)
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc Wed May  9 21:21:41 2018
@@ -951,7 +951,7 @@ ThreadLister::Result ThreadLister::ListT
 
     // 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.




More information about the llvm-commits mailing list