[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241002100852.70982-2-t.v.s10123@gmail.com>
Date: Wed, 2 Oct 2024 15:38:53 +0530
From: Vishnu Sanal T <t.v.s10123@...il.com>
To: linux-doc@...r.kernel.org
Cc: corbet@....net,
linux-kernel@...r.kernel.org,
Vishnu Sanal T <t.v.s10123@...il.com>
Subject: [PATCH] fix grammar on false-sharing.rst
fix the grammar mistakes on kernel-hacking/false-sharing.rst
Signed-off-by: Vishnu Sanal T <t.v.s10123@...il.com>
---
Documentation/kernel-hacking/false-sharing.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
index 122b0e124656..ad7cb60bef29 100644
--- a/Documentation/kernel-hacking/false-sharing.rst
+++ b/Documentation/kernel-hacking/false-sharing.rst
@@ -196,9 +196,9 @@ the hotspot switches to a new place.
Miscellaneous
=============
-One open issue is that kernel has an optional data structure
-randomization mechanism, which also randomizes the situation of cache
-line sharing of data members.
+One open issue is that the kernel has an optional data structure
+randomization mechanism, which also randomize the situation of cache
+line sharing among data members.
.. [1] https://en.wikipedia.org/wiki/False_sharing
--
2.46.2
Powered by blists - more mailing lists