summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-08-31 16:12:33 +0200
committerJeremy Allison <jra@samba.org>2016-09-01 05:48:37 +0200
commit7d33761f42ce07281cd40578c09b529af60c20ae (patch)
tree6120bed50baa80d5e47e2b5c621c863763ec8503 /lib/tevent
parent1e9fa5dd50debd8acfc64e163f3f25b18ca0372f (diff)
downloadsamba-7d33761f42ce07281cd40578c09b529af60c20ae.tar.gz
tevent: Fix some typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 1 05:48:38 CEST 2016 on sn-devel-144
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 2432344fab5..64e2d9836c9 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -1393,16 +1393,16 @@ int tevent_timeval_compare(const struct timeval *tv1,
const struct timeval *tv2);
/**
- * @brief Get a zero timval value.
+ * @brief Get a zero timeval value.
*
- * @return A zero timval value.
+ * @return A zero timeval value.
*/
struct timeval tevent_timeval_zero(void);
/**
* @brief Get a timeval value for the current time.
*
- * @return A timval value with the current time.
+ * @return A timeval value with the current time.
*/
struct timeval tevent_timeval_current(void);