[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241121232118.13507-1-puthen1977@gmail.com>
Date: Fri, 22 Nov 2024 04:51:18 +0530
From: Vyshnav Ajith <puthen1977@...il.com>
To: paulmck@...nel.org,
frederic@...nel.org,
neeraj.upadhyay@...nel.org,
joel@...lfernandes.org,
josh@...htriplett.org,
boqun.feng@...il.com,
urezki@...il.com,
rostedt@...dmis.org,
mathieu.desnoyers@...icios.com,
jiangshanlai@...il.com,
qiang.zhang1211@...il.com,
corbet@....net
Cc: rcu@...r.kernel.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Vyshnav Ajith <puthen1977@...il.com>
Subject: Fixing Spelling Mistake in rculist_nulls.rst
NUll is a special marker and not maker I believe. Fixing typo with this patch.
Signed-off-by: Vyshnav Ajith <puthen1977@...il.com>
---
Documentation/RCU/rculist_nulls.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/RCU/rculist_nulls.rst b/Documentation/RCU/rculist_nulls.rst
index 21e40fcc08de..88bce14b3c37 100644
--- a/Documentation/RCU/rculist_nulls.rst
+++ b/Documentation/RCU/rculist_nulls.rst
@@ -13,7 +13,7 @@ Please read the basics in listRCU.rst.
Using 'nulls'
=============
-Using special makers (called 'nulls') is a convenient way
+Using special markers (called 'nulls') is a convenient way
to solve following problem.
Without 'nulls', a typical RCU linked list managing objects which are
--
2.43.0
Powered by blists - more mailing lists