Commit c05787b4 authored by Oliver Ford's avatar Oliver Ford Committed by Jan Kara
Browse files

fs: inotify: Fix typo in inotify comment



Correct spelling in comment.

Signed-off-by: default avatarOliver Ford <ojford@gmail.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220518145959.41-1-ojford@gmail.com
parent a175eca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -136,7 +136,7 @@ static inline u32 inotify_mask_to_arg(__u32 mask)
		       IN_Q_OVERFLOW);
		       IN_Q_OVERFLOW);
}
}


/* intofiy userspace file descriptor functions */
/* inotify userspace file descriptor functions */
static __poll_t inotify_poll(struct file *file, poll_table *wait)
static __poll_t inotify_poll(struct file *file, poll_table *wait)
{
{
	struct fsnotify_group *group = file->private_data;
	struct fsnotify_group *group = file->private_data;