diff --git a/sched/wdog/wd_start.c b/sched/wdog/wd_start.c index f41606919cc..e94caabc0e1 100644 --- a/sched/wdog/wd_start.c +++ b/sched/wdog/wd_start.c @@ -216,7 +216,7 @@ int wd_start(FAR struct wdog_s *wdog, sclock_t delay, * incremented by one so that the delay is always at least as long as * requested. * - * This is extensive documentation about this time issue elsewhere. + * There is extensive documentation about this time issue elsewhere. */ if (delay <= 0)