From 2a1ebeae1976f4ecb8060deb829a62fe12b1fa39 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 9 Jul 2011 11:01:10 +0200 Subject: [PATCH] tevent: fix comments for tevent_req_post() metze --- lib/tevent/tevent.h | 4 ++-- 1 file 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. */ -- 2.34.1