The branch, master has been updated
via dc929ca tevent: Fix a comment typo
from 48d954b Fix the compound tests to correctly pass against Windows
when run with --signing=required.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit dc929ca57fb1b23d74d898cfb76737601656961f
Author: Volker Lendecke <[email protected]>
Date: Thu Jan 31 15:46:43 2013 +0100
tevent: Fix a comment typo
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Ira Cooper <[email protected]>
Reviewed-by: Richard Sharpe <[email protected]>
Autobuild-User(master): Richard Sharpe <[email protected]>
Autobuild-Date(master): Thu Jan 31 17:52:39 CET 2013 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
lib/tevent/tevent_poll.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/lib/tevent/tevent_poll.c b/lib/tevent/tevent_poll.c
index da8cc01..44e108f 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)
{
--
Samba Shared Repository