1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher 2009-05-01 17:45:39 +02:00
parent 606edf0f35
commit 6f7cd213dd

View File

@ -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.
*/