From: Mao Zhu Date: Sun, 11 Jun 2023 12:33:14 +0000 (-0400) Subject: fs: Fix comment typo X-Git-Tag: v6.6.17~4638^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6334e2cd46f0dab1131c0272426182c79b51114;p=platform%2Fkernel%2Flinux-rpi.git fs: Fix comment typo Delete duplicated word in comment. Signed-off-by: Mao Zhu Message-Id: <20230611123314.5282-1-dengshaomin@cdjrlc.com> Signed-off-by: Christian Brauner --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 9c2671b..40bef9b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2675,7 +2675,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