summaryrefslogtreecommitdiff
path: root/nuttx/sched/clock/clock_gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/clock/clock_gettime.c')
-rw-r--r--nuttx/sched/clock/clock_gettime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/clock/clock_gettime.c b/nuttx/sched/clock/clock_gettime.c
index 0c8c9be80..429f28315 100644
--- a/nuttx/sched/clock/clock_gettime.c
+++ b/nuttx/sched/clock/clock_gettime.c
@@ -130,7 +130,7 @@ int clock_gettime(clockid_t clock_id, struct timespec *tp)
if (clock_id == CLOCK_REALTIME)
{
- /* Get the elapsedcd s time since the time-of-day was last set.
+ /* Get the elapsed time since the time-of-day was last set.
* clock_systimespec() provides the time since power was applied;
* the bias value corresponds to the time when the time-of-day was
* last set.