[PATCH] docs: fix typo in list.rst

Sakurai Shun posted 1 patch 1 week, 1 day ago
Documentation/core-api/list.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: fix typo in list.rst
Posted by Sakurai Shun 1 week, 1 day ago
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