summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Sanal T <t.v.s10123@gmail.com>2024-10-08 00:42:54 +0530
committerJonathan Corbet <corbet@lwn.net>2024-10-14 13:22:17 -0600
commit878b56e011af224386464c79e3b1b1a73342d847 (patch)
treea662ee96716ca8168d31f3e1fd01ea06b83e8c49
parent41047d53bcff9bf3f34b41889dd18648c1b7d678 (diff)
downloadlwn-878b56e011af224386464c79e3b1b1a73342d847.tar.gz
lwn-878b56e011af224386464c79e3b1b1a73342d847.zip
fix grammar on false-sharing.rst
Fix slight grammar mistake on kernel-hacking/false-sharing.rst Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241007191253.112697-2-t.v.s10123@gmail.com
-rw-r--r--Documentation/kernel-hacking/false-sharing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
index 122b0e124656..eb0596734e55 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
+One open issue is that the kernel has an optional data structure
randomization mechanism, which also randomizes the situation of cache
-line sharing of data members.
+line sharing among data members.
.. [1] https://en.wikipedia.org/wiki/False_sharing