* [PATCH] docs: fix typo in list.rst
@ 2026-05-17 4:07 Sakurai Shun
0 siblings, 0 replies; only message in thread
From: Sakurai Shun @ 2026-05-17 4:07 UTC (permalink / raw)
To: Jonathan Corbet, Shuah Khan; +Cc: Sakurai Shun, linux-doc, linux-kernel
Replace "reinitalizes" with "reinitializes"
Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
---
Documentation/core-api/list.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/list.rst b/Documentation/core-api/list.rst
index 241464ca0..4819343a2 100644
--- a/Documentation/core-api/list.rst
+++ b/Documentation/core-api/list.rst
@@ -752,7 +752,7 @@ This is because list_splice() did not reinitialize the list_head it took
entries from, leaving its pointer pointing into what is now a different list.
If we want to avoid this situation, list_splice_init() can be used. It does the
-same thing as list_splice(), except reinitalizes the donor list_head after the
+same thing as list_splice(), except reinitializes the donor list_head after the
transplant.
Concurrency considerations
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-17 4:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-17 4:07 [PATCH] docs: fix typo in list.rst Sakurai Shun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox