[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220811140552.34130-1-wangborong@cdjrlc.com>
Date: Thu, 11 Aug 2022 22:05:52 +0800
From: Jason Wang <wangborong@...rlc.com>
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] procfs: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.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 ac7742a37cb9..5b75b2ed5471 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -3074,7 +3074,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.36.1
Powered by blists - more mailing lists