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 <zhumao001@208suo.com> Message-Id: <20230611123314.5282-1-dengshaomin@cdjrlc.com> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 4bb218a commit b6334e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)