Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs: inotify: Fix typo in inotify comment

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

authored by

Oliver Ford and committed by
Jan Kara
c05787b4 a175eca0

+1 -1
+1 -1
fs/notify/inotify/inotify_user.c
··· 136 136 IN_Q_OVERFLOW); 137 137 } 138 138 139 - /* intofiy userspace file descriptor functions */ 139 + /* inotify userspace file descriptor functions */ 140 140 static __poll_t inotify_poll(struct file *file, poll_table *wait) 141 141 { 142 142 struct fsnotify_group *group = file->private_data;