summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-10-30 13:51:25 +0100
committerJeremy Allison <jra@samba.org>2017-11-18 00:09:15 +0100
commitc19b49bad8071bc33089e5b3c053fcb890a8ea11 (patch)
treeded51a3ce9f09b25378cd2c19b4ba104acc844f5 /lib
parent625d27d3fc5b5dbddb43d21aa467431f2043d89d (diff)
downloadsamba-c19b49bad8071bc33089e5b3c053fcb890a8ea11.tar.gz
tevent: Fix typos
While there, fix comment formatting Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
-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 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.