summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_epoll.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-17 16:45:46 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-17 18:16:18 +0100
commit7720facd424b67cc9b49a5111a3b74df5129d3c1 (patch)
tree259f04abf9ad8a1071f34f348282533c25da7213 /lib/tevent/tevent_epoll.c
parentd4892f38761b29e911762d15e5518ee5965a2530 (diff)
downloadsamba-7720facd424b67cc9b49a5111a3b74df5129d3c1.tar.gz
samba-7720facd424b67cc9b49a5111a3b74df5129d3c1.tar.bz2
samba-7720facd424b67cc9b49a5111a3b74df5129d3c1.zip
tevent: Fix a comment
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 17 18:16:18 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/tevent/tevent_epoll.c')
-rw-r--r--lib/tevent/tevent_epoll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c
index 3b99d47d9b..3ab8283955 100644
--- a/lib/tevent/tevent_epoll.c
+++ b/lib/tevent/tevent_epoll.c
@@ -42,8 +42,7 @@ struct epoll_event_context {
};
/*
- called when a epoll call fails, and we should fallback
- to using select
+ called when a epoll call fails
*/
static void epoll_panic(struct epoll_event_context *epoll_ev, const char *reason)
{