From: Volker Lendecke Date: Mon, 30 Oct 2017 12:51:25 +0000 (+0100) Subject: tevent: Fix typos X-Git-Tag: talloc-2.1.11~488 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c19b49bad8071bc33089e5b3c053fcb890a8ea11;p=thirdparty%2Fsamba.git tevent: Fix typos While there, fix comment formatting Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 728cf6267f1..7284a8559d2 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -936,8 +936,8 @@ void tevent_req_set_cancel_fn(struct tevent_req *req, tevent_req_cancel_fn fn); * * @param[in] req The request to use. * - * @return This function returns true is the request is cancelable, - * othererwise false is returned. + * @return This function returns true if the request is + * cancelable, otherwise false is returned. * * @note Even if the function returns true, the caller need to wait * for the function to complete normally.