Commit c1d35ba5 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

server: Fix method name in comments for fd_ops.

parent 893e27a4
...@@ -108,7 +108,7 @@ static const struct fd_ops serial_fd_ops = ...@@ -108,7 +108,7 @@ static const struct fd_ops serial_fd_ops =
default_fd_get_poll_events, /* get_poll_events */ default_fd_get_poll_events, /* get_poll_events */
default_poll_event, /* poll_event */ default_poll_event, /* poll_event */
serial_flush, /* flush */ serial_flush, /* flush */
serial_get_fd_type, /* get_file_info */ serial_get_fd_type, /* get_fd_type */
default_fd_ioctl, /* ioctl */ default_fd_ioctl, /* ioctl */
serial_queue_async, /* queue_async */ serial_queue_async, /* queue_async */
default_fd_reselect_async, /* reselect_async */ default_fd_reselect_async, /* reselect_async */
......
...@@ -152,7 +152,7 @@ static const struct fd_ops sock_fd_ops = ...@@ -152,7 +152,7 @@ static const struct fd_ops sock_fd_ops =
sock_get_poll_events, /* get_poll_events */ sock_get_poll_events, /* get_poll_events */
sock_poll_event, /* poll_event */ sock_poll_event, /* poll_event */
no_flush, /* flush */ no_flush, /* flush */
sock_get_fd_type, /* get_file_info */ sock_get_fd_type, /* get_fd_type */
default_fd_ioctl, /* ioctl */ default_fd_ioctl, /* ioctl */
sock_queue_async, /* queue_async */ sock_queue_async, /* queue_async */
sock_reselect_async, /* reselect_async */ sock_reselect_async, /* reselect_async */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment