[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220722101041.80370-1-slark_xiao@163.com>
Date: Fri, 22 Jul 2022 18:10:41 +0800
From: Slark Xiao <slark_xiao@....com>
To: viro@...iv.linux.org.uk
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.orgg,
Slark Xiao <slark_xiao@....com>
Subject: [PATCH] fs: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@....com>
---
include/linux/fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f0f71d93e24f..f2a1aefbbce4 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3070,7 +3070,7 @@ extern void evict_inodes(struct super_block *sb);
void dump_mapping(const struct address_space *);
/*
- * Userspace may rely on the the inode number being non-zero. For example, glibc
+ * Userspace may rely on the inode number being non-zero. For example, glibc
* simply ignores files with zero i_ino in unlink() and other places.
*
* As an additional complication, if userspace was compiled with
--
2.25.1
Powered by blists - more mailing lists