diff options
Diffstat (limited to 'os/rt/include/chtime.h')
-rw-r--r-- | os/rt/include/chtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chtime.h b/os/rt/include/chtime.h index b2fc9d5d0..c975d104b 100644 --- a/os/rt/include/chtime.h +++ b/os/rt/include/chtime.h @@ -331,7 +331,7 @@ extern "C" { * @details Converts from seconds to system ticks number.
* @note The result is rounded upward to the next tick boundary.
*
- * @param[in] sec number of seconds
+ * @param[in] secs number of seconds
* @return The number of ticks.
*
* @special
|