aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-07-24 17:58:46 +0200
committerJiri Kosina <jkosina@suse.cz>2011-07-26 11:44:54 +0200
commit10bd2473b10b394eed7ed6c94248be47ab6ed369 (patch)
tree266d4c2f0c9908ce221f932844c278c998fef417 /fs/eventpoll.c
parentp9: avoid unused variable warning (diff)
downloadlinux-dev-10bd2473b10b394eed7ed6c94248be47ab6ed369.tar.xz
linux-dev-10bd2473b10b394eed7ed6c94248be47ab6ed369.zip
eventpoll: fix comment typo 'evenpoll'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/eventpoll.c')
-rw-r--r--fs/eventpoll.c2
1 files changed, 1 insertions, 1 deletions
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;