projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bed0a5
)
docs: folio_queue: Fix minor typo in folio_queue page
author
Gopi Krishna Menon
<krishnagopi487@gmail.com>
Sun, 10 Aug 2025 23:53:44 +0000
(
05:23
+0530)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 12 Aug 2025 18:40:15 +0000
(12:40 -0600)
Specifically, fix typo 'hese'-> 'these'
Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20250810235346.4153-1-krishnagopi487@gmail.com
Documentation/core-api/folio_queue.rst
patch
|
blob
|
history
diff --git
a/Documentation/core-api/folio_queue.rst
b/Documentation/core-api/folio_queue.rst
index
83cfbc1
..
b762889
100644
(file)
--- a/
Documentation/core-api/folio_queue.rst
+++ b/
Documentation/core-api/folio_queue.rst
@@
-44,7
+44,7
@@
Each segment in the list also stores:
* the size of each folio and
* three 1-bit marks per folio,
-but hese should not be accessed directly as the underlying data structure may
+but
t
hese should not be accessed directly as the underlying data structure may
change, but rather the access functions outlined below should be used.
The facility can be made accessible by::