tevent: Fix some typos
authorVolker Lendecke <vl@samba.org>
Wed, 31 Aug 2016 14:12:33 +0000 (16:12 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 1 Sep 2016 03:48:37 +0000 (05:48 +0200)
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

lib/tevent/tevent.h

index 2432344fab5deddfff9c1254d0433ae5d0e074bf..64e2d9836c91ccf2185fcdadecdecd50f399088e 100644 (file)
@@ -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);