提交 10bd2473 编写于 作者: P Paul Bolle 提交者: Jiri Kosina

eventpoll: fix comment typo 'evenpoll'

Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 e08dc132
...@@ -700,7 +700,7 @@ static const struct file_operations eventpoll_fops = { ...@@ -700,7 +700,7 @@ static const struct file_operations eventpoll_fops = {
.llseek = noop_llseek, .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) static inline int is_file_epoll(struct file *f)
{ {
return f->f_op == &eventpoll_fops; return f->f_op == &eventpoll_fops;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册