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)
commit0242b8b0cc89599b3e4162add672179ce2dd4131
tree87b54b7737334a544d53c305112fe9d75f8ea9a6
parent4613bf5fd0453a184a8cbdd776fedc934613d6aa
docs: f2fs: fix typos in f2fs.rst

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