Skip to content

Commit 878b56e

Browse files
VishnuSanalJonathan Corbet
authored andcommitted
fix grammar on false-sharing.rst
Fix slight grammar mistake on kernel-hacking/false-sharing.rst Signed-off-by: Vishnu Sanal T <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 41047d5 commit 878b56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/kernel-hacking/false-sharing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ the hotspot switches to a new place.
196196

197197
Miscellaneous
198198
=============
199-
One open issue is that kernel has an optional data structure
199+
One open issue is that the kernel has an optional data structure
200200
randomization mechanism, which also randomizes the situation of cache
201-
line sharing of data members.
201+
line sharing among data members.
202202

203203

204204
.. [1] https://en.wikipedia.org/wiki/False_sharing

0 commit comments

Comments
 (0)