aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/rtc.c')
-rw-r--r--os/hal/src/rtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c
index d7750001d..1f463eb38 100644
--- a/os/hal/src/rtc.c
+++ b/os/hal/src/rtc.c
@@ -141,8 +141,8 @@ void rtcGetAlarm(RTCDriver *rtcp,
#if RTC_SUPPORTS_CALLBACKS || defined(__DOXYGEN__)
/**
* @brief Enables or disables RTC callbacks.
- * @details This function enables or disables callbacks, use a @p NULL pointer
- * in order to disable a callback.
+ * @details This function enables or disables the callback, use a @p NULL
+ * pointer in order to disable it.
*
* @param[in] rtcp pointer to RTC driver structure
* @param[in] callback callback function pointer or @p NULL