summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-09 11:01:10 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-09 11:02:41 +0200
commit2a1ebeae1976f4ecb8060deb829a62fe12b1fa39 (patch)
tree117b541664ac2377473015268ceeadee6a316c1c /lib/tevent/tevent.h
parentfe3992541d6f86efb32a63d01bc1814650618cae (diff)
downloadsamba-2a1ebeae1976f4ecb8060deb829a62fe12b1fa39.tar.gz
samba-2a1ebeae1976f4ecb8060deb829a62fe12b1fa39.tar.xz
samba-2a1ebeae1976f4ecb8060deb829a62fe12b1fa39.zip
tevent: fix comments for tevent_req_post()
metze
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 8204a28fbed..7f9f72a57ae 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -1016,7 +1016,7 @@ void _tevent_req_oom(struct tevent_req *req,
* the request without waiting for an external event, or it can not even start
* the engine. To present the illusion of a callback to the user of the API,
* the implementation can call this helper function which triggers an
- * immediate timed event. This way the caller can use the same calling
+ * immediate event. This way the caller can use the same calling
* conventions, independent of whether the request was actually deferred.
*
* @code
@@ -1040,7 +1040,7 @@ void _tevent_req_oom(struct tevent_req *req,
*
* @param[in] req The finished request.
*
- * @param[in] ev The tevent_context for the timed event.
+ * @param[in] ev The tevent_context for the immediate event.
*
* @return The given request will be returned.
*/