[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1466-g6f7cd21

Stefan Metzmacher metze at samba.org
Thu May 7 06:10:23 GMT 2009


The branch, master has been updated
       via  6f7cd213dd38e770224cf131054862b76069aed8 (commit)
      from  606edf0f350000978a437ddfb7c23525a16d9854 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6f7cd213dd38e770224cf131054862b76069aed8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri May 1 17:45:39 2009 +0200

    tevent: fix typo async_req_done() => tevent_req_done()
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/tevent_req.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent_req.c b/lib/tevent/tevent_req.c
index 380a638..0170000 100644
--- a/lib/tevent/tevent_req.c
+++ b/lib/tevent/tevent_req.c
@@ -132,7 +132,7 @@ static void tevent_req_finish(struct tevent_req *req,
  * @brief An async request has successfully finished
  * @param[in] req	The finished request
  *
- * async_req_done is to be used by implementors of async requests. When a
+ * tevent_req_done is to be used by implementors of async requests. When a
  * request is successfully finished, this function calls the user's completion
  * function.
  */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list