Skip to content

Commit b6334e2

Browse files
Mao Zhubrauner
authored andcommitted
fs: Fix comment typo
Delete duplicated word in comment. Signed-off-by: Mao Zhu <[email protected]> Message-Id: <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent 4bb218a commit b6334e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@ extern void evict_inodes(struct super_block *sb);
26752675
void dump_mapping(const struct address_space *);
26762676

26772677
/*
2678-
* Userspace may rely on the the inode number being non-zero. For example, glibc
2678+
* Userspace may rely on the inode number being non-zero. For example, glibc
26792679
* simply ignores files with zero i_ino in unlink() and other places.
26802680
*
26812681
* As an additional complication, if userspace was compiled with

0 commit comments

Comments
 (0)