Update sched/wdog/wd_start.c

Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
This commit is contained in:
patacongo 2022-02-10 07:21:05 -06:00 committed by Xiang Xiao
parent 8af4d65c9a
commit cfee589a4a

View File

@ -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 * incremented by one so that the delay is always at least as long as
* requested. * requested.
* *
* This is extensive documentation about this time issue elsewhere. * There is extensive documentation about this time issue elsewhere.
*/ */
if (delay <= 0) if (delay <= 0)