diff options
| author | Manoj K M <manojkm24dev@gmail.com> | 2026-07-25 10:06:58 +0000 |
|---|---|---|
| committer | Viacheslav Dubeyko <slava@dubeyko.com> | 2026-07-27 17:52:42 -0700 |
| commit | 6e2b15013658ad631e482dbbbd50cc79dec02a66 (patch) | |
| tree | 29aee0de9d7b327715951fd19bde5823839ac938 | |
| parent | 74504945c3f653660b25780f9110c4f4be4abc75 (diff) | |
| download | linux-stable-6e2b15013658ad631e482dbbbd50cc79dec02a66.tar.gz linux-stable-6e2b15013658ad631e482dbbbd50cc79dec02a66.zip | |
Documentation: fix grammar in description of nilfs2 recovery code
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 <manojkm24dev@gmail.com>
Acked-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
| -rw-r--r-- | Documentation/filesystems/nilfs2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/nilfs2.rst b/Documentation/filesystems/nilfs2.rst index e3a5c8977f2c..a0124d22a237 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 |
