summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_poll.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-09 00:40:38 +0200
committerVolker Lendecke <vl@samba.org>2012-04-09 18:05:02 +0200
commit670e85fde6b5f4970d5e9464446d1a67ee0d0afe (patch)
treed804654f204a8f8f07722e9f792ab9a784223fa5 /lib/tevent/tevent_poll.c
parent8a907c9c6563d9b1df35d31390bd07f76758773c (diff)
downloadsamba-670e85fde6b5f4970d5e9464446d1a67ee0d0afe.tar.gz
samba-670e85fde6b5f4970d5e9464446d1a67ee0d0afe.tar.bz2
samba-670e85fde6b5f4970d5e9464446d1a67ee0d0afe.zip
tevent: Fix a typo
Diffstat (limited to 'lib/tevent/tevent_poll.c')
-rw-r--r--lib/tevent/tevent_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_poll.c b/lib/tevent/tevent_poll.c
index 0a9c0f0b5c..d2e45c88be 100644
--- a/lib/tevent/tevent_poll.c
+++ b/lib/tevent/tevent_poll.c
@@ -177,7 +177,7 @@ static void poll_event_set_fd_flags(struct tevent_fd *fde, uint16_t flags)
}
/*
- event loop handling using select()
+ event loop handling using poll()
*/
static int poll_event_loop_poll(struct tevent_context *ev,
struct timeval *tvalp)