summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-10-30 13:51:25 +0100
committerKarolin Seeger <kseeger@samba.org>2018-04-20 11:53:09 +0200
commit7206dfd4fbf17b542f682556be831fdd2b764186 (patch)
treead0a6d406f6b2ef02ee180d51526c0d51460b731 /lib
parent772ca21780decfa34d7608e12c93e5d3882cc8fb (diff)
downloadsamba-7206dfd4fbf17b542f682556be831fdd2b764186.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> (cherry picked from commit c19b49bad8071bc33089e5b3c053fcb890a8ea11)
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.