From cfee589a4aa760fb9fcedf77f62ae8d5a76e7818 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 Feb 2022 07:21:05 -0600 Subject: [PATCH] Update sched/wdog/wd_start.c Co-authored-by: David Sidrane --- sched/wdog/wd_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/wdog/wd_start.c b/sched/wdog/wd_start.c index f41606919c..e94caabc0e 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)