fs: inotify: Fix typo in inotify comment
authorOliver Ford <ojford@gmail.com>
Wed, 18 May 2022 14:59:59 +0000 (15:59 +0100)
committerJan Kara <jack@suse.cz>
Fri, 1 Jul 2022 12:49:56 +0000 (14:49 +0200)
Correct spelling in comment.

Signed-off-by: Oliver Ford <ojford@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220518145959.41-1-ojford@gmail.com
fs/notify/inotify/inotify_user.c

index ed42a18..1c4bfda 100644 (file)
@@ -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;