Skip to content

Commit 3f53d1b

Browse files
tttturtle-russJonathan Corbet
authored andcommitted
docs/dev-tools: fix a typo
fix a typo in dev-tools/kmsan.rst [jc: this is not really a typo, but "iff" is clearly a confusing construct for non-native speakers; changing it will prevent people from trying to "fix" it repeatedly.] Signed-off-by: Haoyang Liu <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ce6fab9 commit 3f53d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/dev-tools/kmsan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ KMSAN shadow memory
133133
-------------------
134134

135135
KMSAN associates a metadata byte (also called shadow byte) with every byte of
136-
kernel memory. A bit in the shadow byte is set iff the corresponding bit of the
136+
kernel memory. A bit in the shadow byte is set if the corresponding bit of the
137137
kernel memory byte is uninitialized. Marking the memory uninitialized (i.e.
138138
setting its shadow bytes to ``0xff``) is called poisoning, marking it
139139
initialized (setting the shadow bytes to ``0x00``) is called unpoisoning.

0 commit comments

Comments
 (0)