Commit df59b040 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

server: Fix duplicate, incorrect comment describing is_fd_signaled.

parent 6ac2acc3
......@@ -1952,7 +1952,7 @@ void set_fd_signaled( struct fd *fd, int signaled )
if (signaled) wake_up( fd->user, 0 );
}
/* set or clear the fd signaled state */
/* check if fd is signaled */
int is_fd_signaled( struct fd *fd )
{
return fd->signaled;
......
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