include/linux: fix repeated words in comments

Message ID 20221022065116.41273-1-wangjianli@cdjrlc.com
State New
Headers
Series include/linux: fix repeated words in comments |

Commit Message

wangjianli Oct. 22, 2022, 6:51 a.m. UTC
  Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 include/linux/fs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/include/linux/fs.h b/include/linux/fs.h
index 0ef49fed1300..87a7166730ac 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2933,7 +2933,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