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
This commit is contained in:
Vishnu Sanal T 2024-10-08 00:42:54 +05:30 committed by Jonathan Corbet
parent 41047d53bc
commit 878b56e011

View 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