poll: fix a typo in comment

Convert duplicated sys_poll to select. As Kosaki suggests, sys_poll() and
sys_select() are now hidden by SYSCALL_DEFINEx() macros so it would be
better to use plain select/poll syscall name.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Namhyung Kim 2010-12-10 01:57:07 +09:00 committed by Jiri Kosina
parent 747fecab32
commit dac36dd87d

View file

@ -57,7 +57,7 @@ struct poll_table_entry {
};
/*
* Structures and helpers for sys_poll/sys_poll
* Structures and helpers for select/poll syscall
*/
struct poll_wqueues {
poll_table pt;