[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230918071905.296081-1-hanchunchao@inspur.com>
Date: Mon, 18 Sep 2023 15:19:05 +0800
From: Charles Han <hanchunchao@...pur.com>
To: <corbet@....net>, <djwong@...nel.org>, <dchinner@...hat.com>,
<allison.henderson@...cle.com>, <bhelgaas@...gle.com>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Charles Han <hanchunchao@...pur.com>
Subject: [PATCH] Documentation: xfs: Remove repeated word in comments
Remove the repeated word "the" in comments.
Signed-off-by: Charles Han <hanchunchao@...pur.com>
---
Documentation/filesystems/xfs-online-fsck-design.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs-online-fsck-design.rst
index 1625d1131093..a0678101a7d0 100644
--- a/Documentation/filesystems/xfs-online-fsck-design.rst
+++ b/Documentation/filesystems/xfs-online-fsck-design.rst
@@ -1585,7 +1585,7 @@ The transaction sequence looks like this:
2. The second transaction contains a physical update to the free space btrees
of AG 3 to release the former BMBT block and a second physical update to the
free space btrees of AG 7 to release the unmapped file space.
- Observe that the the physical updates are resequenced in the correct order
+ Observe that the physical updates are resequenced in the correct order
when possible.
Attached to the transaction is a an extent free done (EFD) log item.
The EFD contains a pointer to the EFI logged in transaction #1 so that log
--
2.31.1
Powered by blists - more mailing lists