Преглед изворни кода

eventpoll: fix comment typo 'evenpoll'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle пре 14 година
родитељ
комит
10bd2473b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fs/eventpoll.c

+ 1 - 1
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;