workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/dev-tools: fix a typo
@ 2024-10-15 14:01 Haoyang Liu
  2024-10-15 14:10 ` Dongliang Mu
  2024-10-17 15:41 ` Jonathan Corbet
  0 siblings, 2 replies; 8+ messages in thread
From: Haoyang Liu @ 2024-10-15 14:01 UTC (permalink / raw)
  To: Alexander Potapenko, Marco Elver, Dmitry Vyukov, Jonathan Corbet
  Cc: hust-os-kernel-patches, Haoyang Liu, kasan-dev, workflows,
	linux-doc, linux-kernel

fix a typo in dev-tools/kmsan.rst

Signed-off-by: Haoyang Liu <tttturtleruss@hust.edu.cn>
---
 Documentation/dev-tools/kmsan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kmsan.rst b/Documentation/dev-tools/kmsan.rst
index 6a48d96c5c85..0dc668b183f6 100644
--- a/Documentation/dev-tools/kmsan.rst
+++ b/Documentation/dev-tools/kmsan.rst
@@ -133,7 +133,7 @@ KMSAN shadow memory
 -------------------
 
 KMSAN associates a metadata byte (also called shadow byte) with every byte of
-kernel memory. A bit in the shadow byte is set iff the corresponding bit of the
+kernel memory. A bit in the shadow byte is set if the corresponding bit of the
 kernel memory byte is uninitialized. Marking the memory uninitialized (i.e.
 setting its shadow bytes to ``0xff``) is called poisoning, marking it
 initialized (setting the shadow bytes to ``0x00``) is called unpoisoning.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-17 15:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-15 14:01 [PATCH] docs/dev-tools: fix a typo Haoyang Liu
2024-10-15 14:10 ` Dongliang Mu
2024-10-15 14:32   ` Marco Elver
2024-10-16 13:30     ` Dan Carpenter
2024-10-16 13:34       ` Alexander Potapenko
2024-10-16 14:52       ` Jonathan Corbet
2024-10-16 21:18         ` Shuah Khan
2024-10-17 15:41 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox