fix grammar on false-sharing.rst
authorVishnu Sanal T <t.v.s10123@gmail.com>
Mon, 7 Oct 2024 19:12:54 +0000 (00:42 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 14 Oct 2024 19:22:17 +0000 (13:22 -0600)
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
Documentation/kernel-hacking/false-sharing.rst

index 122b0e1..eb05967 100644 (file)
@@ -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