From: Volker Lendecke Date: Wed, 12 Jun 2019 09:19:32 +0000 (-0700) Subject: tevent: Fix a typo X-Git-Tag: ldb-2.0.5~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fa0be8f63c13d2f1957551e298a154332cf9d04;p=thirdparty%2Fsamba.git tevent: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 2ec7330e249..3c3e3cc2cef 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -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);