docs: f2fs: fix typos in f2fs.rst
authorYuanye Ma <yuanye.ma20@gmail.com>
Wed, 18 Jun 2025 22:55:46 +0000 (06:55 +0800)
committerJonathan Corbet <corbet@lwn.net>
Sat, 21 Jun 2025 20:13:10 +0000 (14:13 -0600)
This patch fixes two minor typos in Documentation/filesystems/f2fs.rst:

- "ramdom" → "random"
- "reenable" → "re-enable"

The changes improve spelling and consistency in the documentation.

These issues were identified using the 'codespell' tool with the
following command:

  $ find Documentation/ -path Documentation/translations -prune -o \
    -name '*.rst' -print | xargs codespell

Signed-off-by: Yuanye Ma <yuanye.ma20@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250618225546.104949-1-yuanye.ma20@gmail.com
Documentation/filesystems/f2fs.rst

index 440e4ae74e443216defc1c968c52b8b35fd9545d..8eeb7ea14f61f28367b9806f5dae1a4ab2bac912 100644 (file)
@@ -218,7 +218,7 @@ mode=%s                      Control block allocation mode which supports "adaptive"
                         fragmentation/after-GC situation itself. The developers use these
                         modes to understand filesystem fragmentation/after-GC condition well,
                         and eventually get some insights to handle them better.
-                        In "fragment:segment", f2fs allocates a new segment in ramdom
+                        In "fragment:segment", f2fs allocates a new segment in random
                         position. With this, we can simulate the after-GC condition.
                         In "fragment:block", we can scatter block allocation with
                         "max_fragment_chunk" and "max_fragment_hole" sysfs nodes.
@@ -261,7 +261,7 @@ test_dummy_encryption=%s
                         The argument may be either "v1" or "v2", in order to
                         select the corresponding fscrypt policy version.
 checkpoint=%s[:%u[%]]   Set to "disable" to turn off checkpointing. Set to "enable"
-                        to reenable checkpointing. Is enabled by default. While
+                        to re-enable checkpointing. Is enabled by default. While
                         disabled, any unmounting or unexpected shutdowns will cause
                         the filesystem contents to appear as they did when the
                         filesystem was mounted with that option.