diff options
author | Charles Han <hanchunchao@inspur.com> | 2025-02-07 15:34:29 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-02-10 10:54:50 -0700 |
commit | 07ab93f3cc88d76250b7c3659ce9c5f7a013d7ce (patch) | |
tree | f276b4ff97ca76134985717d6ae9fcbdb44fbd44 /Documentation/filesystems/xfs | |
parent | 7038f9f2e86d506c6a43079864e0112045202a8f (diff) |
Documentation: Remove repeated word in docs
Remove the repeated word "to" docs.
Signed-off-by: Charles Han <hanchunchao@inspur.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250207073433.23604-1-hanchunchao@inspur.com
Diffstat (limited to 'Documentation/filesystems/xfs')
-rw-r--r-- | Documentation/filesystems/xfs/xfs-online-fsck-design.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst index 12aa63840830..e231d127cd40 100644 --- a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst +++ b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst @@ -4521,8 +4521,8 @@ Both online and offline repair can use this strategy. | For this second effort, the ondisk parent pointer format as originally | | proposed was ``(parent_inum, parent_gen, dirent_pos) → (dirent_name)``. | | The format was changed during development to eliminate the requirement | -| of repair tools needing to to ensure that the ``dirent_pos`` field | -| always matched when reconstructing a directory. | +| of repair tools needing to ensure that the ``dirent_pos`` field always | +| matched when reconstructing a directory. | | | | There were a few other ways to have solved that problem: | | | |