summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-01-31 15:46:43 +0100
committerRichard Sharpe <sharpe@samba.org>2013-01-31 17:52:39 +0100
commitdc929ca57fb1b23d74d898cfb76737601656961f (patch)
tree64fac4be01b2ec58a00afa4b8e75e97672eca950 /lib/tevent
parent48d954b90e6aa14721d236180df959a038416672 (diff)
downloadsamba-dc929ca57fb1b23d74d898cfb76737601656961f.tar.gz
samba-dc929ca57fb1b23d74d898cfb76737601656961f.tar.bz2
samba-dc929ca57fb1b23d74d898cfb76737601656961f.zip
tevent: Fix a comment typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com> Autobuild-User(master): Richard Sharpe <sharpe@samba.org> Autobuild-Date(master): Thu Jan 31 17:52:39 CET 2013 on sn-devel-104
Diffstat (limited to 'lib/tevent')
-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 da8cc0137a..44e108f8e3 100644
--- a/lib/tevent/tevent_poll.c
+++ b/lib/tevent/tevent_poll.c
@@ -56,7 +56,7 @@ struct poll_event_context {
};
/*
- create a select_event_context structure.
+ create a poll_event_context structure.
*/
static int poll_event_context_init(struct tevent_context *ev)
{