From 8a5e632b2fa3b2c43f513b9ecd651039b22dee73 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sun, 12 Jun 2022 15:49:01 +0200 Subject: [PATCH] sys/rtc_utils: small doc fix of rtc_mktime --- sys/include/rtc_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/rtc_utils.h b/sys/include/rtc_utils.h index e48a5d10a8..cd9d197bd0 100644 --- a/sys/include/rtc_utils.h +++ b/sys/include/rtc_utils.h @@ -61,7 +61,7 @@ int rtc_tm_compare(const struct tm *a, const struct tm *b); /** * @brief Convert time struct into timestamp. * - * @pre The time structs @p a and @p b are assumed to be normalized. + * @pre The time struct t is assumed to be normalized. * Use @ref rtc_tm_normalize to normalize a struct tm that has been * manually edited. *