From: Paul Bolle Date: Sun, 24 Jul 2011 15:58:46 +0000 (+0200) Subject: eventpoll: fix comment typo 'evenpoll' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=10bd2473b10b394eed7ed6c94248be47ab6ed369;p=linux-beck.git eventpoll: fix comment typo 'evenpoll' Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/fs/eventpoll.c b/fs/eventpoll.c index f9cfd168fbe2..5e480d555049 100644 --- a/fs/eventpoll.c +++ b/fs/eventpoll.c @@ -700,7 +700,7 @@ static const struct file_operations eventpoll_fops = { .llseek = noop_llseek, }; -/* Fast test to see if the file is an evenpoll file */ +/* Fast test to see if the file is an eventpoll file */ static inline int is_file_epoll(struct file *f) { return f->f_op == &eventpoll_fops;