diff options
| author | Gopi Krishna Menon <krishnagopi487@gmail.com> | 2025-08-11 05:23:44 +0530 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-08-12 12:40:15 -0600 |
| commit | 0e6bb6888791656c3973f26da3288323524573c0 (patch) | |
| tree | bfa3b70f0518a52ccc7fd6f887e648e9547aa447 /Documentation/core-api | |
| parent | 6bed0a50235aaeae2c33f3cfee5ffa5d040be570 (diff) | |
| download | linux-0e6bb6888791656c3973f26da3288323524573c0.tar.gz linux-0e6bb6888791656c3973f26da3288323524573c0.tar.bz2 linux-0e6bb6888791656c3973f26da3288323524573c0.zip | |
docs: folio_queue: Fix minor typo in folio_queue page
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
Diffstat (limited to 'Documentation/core-api')
| -rw-r--r-- | Documentation/core-api/folio_queue.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/folio_queue.rst b/Documentation/core-api/folio_queue.rst index 83cfbc157e49..b7628896d2b6 100644 --- 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 these 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:: |
