Re: [PATCH] docs: f2fs: fix typos in f2fs.rst
From: Jonathan Corbet
Date: Sat Jun 21 2025 - 16:13:35 EST
Yuanye Ma <yuanye.ma20@xxxxxxxxx> writes:
> 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@xxxxxxxxx>
> ---
> Documentation/filesystems/f2fs.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
jon