Skip to content

Commit 358dc26

Browse files
committed
Typo
1 parent 3cee7d1 commit 358dc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3288,7 +3288,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
32883288
// - 000? ???? is fully uninitialized (*)
32893289
// - ???? ???? is fully uninitialized
32903290
// - 0000 0000 is fully initialized iff !is_zero_poison
3291-
// (*) TODO: arguably, since the number of zeros is in the range [0, 8], we
3291+
// (*) TODO: arguably, since the number of zeros is in the range [3, 8], we
32923292
// only need to poison 4 bits.
32933293
//
32943294
// OutputShadow =

0 commit comments

Comments
 (0)