[PATCH] btrfs: Fix typo in comment

From: Xiang wangx
Date: Thu Jun 09 2022 - 10:26:51 EST


Delete the redundant word 'we'.

Signed-off-by: Xiang wangx <wangxiang@xxxxxxxxxx>
---
fs/btrfs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index da41a0c371bc..e583558cbbfd 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -2857,7 +2857,7 @@ int btrfs_replace_file_extents(struct btrfs_inode *inode,
}

/*
- * If we were cloning, force the next fsync to be a full one since we
+ * If we were cloning, force the next fsync to be a full one since
* we replaced (or just dropped in the case of cloning holes when
* NO_HOLES is enabled) file extent items and did not setup new extent
* maps for the replacement extents (or holes).
--
2.36.1