diff options
author | Volker Lendecke <vl@samba.org> | 2013-01-31 15:46:43 +0100 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2013-01-31 17:52:39 +0100 |
commit | dc929ca57fb1b23d74d898cfb76737601656961f (patch) | |
tree | 64fac4be01b2ec58a00afa4b8e75e97672eca950 | |
parent | 48d954b90e6aa14721d236180df959a038416672 (diff) | |
download | samba-dc929ca57fb1b23d74d898cfb76737601656961f.tar.gz samba-dc929ca57fb1b23d74d898cfb76737601656961f.tar.xz 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
-rw-r--r-- | lib/tevent/tevent_poll.c | 2 |
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) { |