tevent: Fix typos
authorVolker Lendecke <vl@samba.org>
Mon, 30 Oct 2017 12:51:25 +0000 (13:51 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 17 Nov 2017 23:09:15 +0000 (00:09 +0100)
While there, fix comment formatting

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent.h

index 728cf6267f177fa2015885b22afc74281c7b201d..7284a8559d21838247f0995b6925db8015fedddf 100644 (file)
@@ -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.