mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 19:56:38 +00:00
[sanitizer] Fix typo in comment
llvm-svn: 331956
This commit is contained in:
parent
5dcc94c177
commit
ebbc754717
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user