aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src')
-rw-r--r--os/rt/src/chvt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/rt/src/chvt.c b/os/rt/src/chvt.c
index 3f1559ac4..cc042d7c0 100644
--- a/os/rt/src/chvt.c
+++ b/os/rt/src/chvt.c
@@ -71,8 +71,7 @@ void _vt_init(void) {
}
/**
- * @brief Checks if the current system time is within the specified time
- * window.
+ * @brief Checks if the specified time is within the specified time window.
* @note When start==end then the function returns always true because the
* whole time range is specified.
* @note This function can be called from any context.