[PATCH] Documentation: fix grammar in description of nilfs2 recovery code
Manoj K M <[email protected]> Sat, 25 Jul 2026 10:06:58 +0000
| Newsgroups | org.kernel.vger.linux-nilfs,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Include the word 'at' to make the sentence grammatically correct inside the description for nilfs2 recovery code. This improves documentation without changing the original meaning. Signed-off-by: Manoj K M <[email protected]> --- Documentation/filesystems/nilfs2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/filesystems/nilfs2.rst b/Documentation/filesystems/nilfs2.rst index e3a5c8977..a0124d22a 100644 --- a/Documentation/filesystems/nilfs2.rst +++ b/Documentation/filesystems/nilfs2.rst @@ -252,7 +252,7 @@ The following figure shows a typical organization of the logs:: To stride over segment boundaries, this sequence of files may be split into multiple logs. The sequence of logs that should be treated as logically one log, is delimited with flags marked in the segment -summary. The recovery code of nilfs2 looks this boundary information +summary. The recovery code of nilfs2 looks at this boundary information to ensure atomicity of updates. The super root block is inserted for every checkpoints. It includes -- 2.53.0