]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 12 Jun 2019 09:19:32 +0000 (02:19 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 20 Jun 2019 17:18:16 +0000 (17:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent.h

index 2ec7330e249fe626c8d5fe18ea0d00f46e2be6b5..3c3e3cc2cef7a4a0a5b0fcdd4857be85d83bed83 100644 (file)
@@ -1685,7 +1685,7 @@ struct timeval tevent_timeval_add(const struct timeval *tv, uint32_t secs,
  *
  * @param[in]  usecs    The microseconds of the offset from now.
  *
- * @return              A timval with the given offset in the future.
+ * @return              A timeval with the given offset in the future.
  */
 struct timeval tevent_timeval_current_ofs(uint32_t secs, uint32_t usecs);