summaryrefslogtreecommitdiffstats
path: root/fs/notify
diff options
context:
space:
mode:
authorOliver Ford <ojford@gmail.com>2022-05-18 15:59:59 +0100
committerJan Kara <jack@suse.cz>2022-07-01 14:49:56 +0200
commitc05787b4c2f80a3bebcb9cdbf255d4fa5c1e24e1 (patch)
tree0f6f5bdfd65be93ba4800b2a86ce0651d7365c91 /fs/notify
parenta175eca0f3d747599f1fdfac04cc9195b71ec996 (diff)
downloadlinux-c05787b4c2f80a3bebcb9cdbf255d4fa5c1e24e1.tar.bz2
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
Diffstat (limited to 'fs/notify')
-rw-r--r--fs/notify/inotify/inotify_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c
index ed42a189faa2..1c4bfdab008d 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;