From: Oliver Ford Date: Wed, 18 May 2022 14:59:59 +0000 (+0100) Subject: fs: inotify: Fix typo in inotify comment X-Git-Tag: v6.0-rc1~219^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c05787b4c2f80a3bebcb9cdbf255d4fa5c1e24e1;p=thirdparty%2Fkernel%2Flinux.git fs: inotify: Fix typo in inotify comment Correct spelling in comment. Signed-off-by: Oliver Ford Signed-off-by: Jan Kara Link: https://lore.kernel.org/r/20220518145959.41-1-ojford@gmail.com --- diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c index ed42a189faa25..1c4bfdab008d9 100644 --- a/fs/notify/inotify/inotify_user.c +++ b/fs/notify/inotify/inotify_user.c @@ -136,7 +136,7 @@ static inline u32 inotify_mask_to_arg(__u32 mask) IN_Q_OVERFLOW); } -/* intofiy userspace file descriptor functions */ +/* inotify userspace file descriptor functions */ static __poll_t inotify_poll(struct file *file, poll_table *wait) { struct fsnotify_group *group = file->private_data;