Update sched/wdog/wd_start.c

Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
This commit is contained in:
patacongo
2022-02-10 22:33:47 +08:00
committed by Xiang Xiao
co-authored by David Sidrane
parent 8af4d65c9a
commit cfee589a4a
+1 -1
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
* requested.
*
* This is extensive documentation about this time issue elsewhere.
* There is extensive documentation about this time issue elsewhere.
*/
if (delay <= 0)