From 21671c97d60aa26154eb5a6524a33ec234c046da Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 21 Apr 2014 19:12:02 -0600 Subject: [PATCH] SAM3/4: Add watchdog timer support. From Bob Doisin --- include/nuttx/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/watchdog.h b/include/nuttx/watchdog.h index 1d97012943..fd92ac7ad6 100644 --- a/include/nuttx/watchdog.h +++ b/include/nuttx/watchdog.h @@ -271,7 +271,7 @@ EXTERN void watchdog_unregister(FAR void *handle); * This interface should be provided by all configurations using * to avoid exposed platform-dependent logic. * - * At a minimum, this function should all watchdog_register() which is + * At a minimum, this function should call watchdog_register() which is * described above. * * Input parameters: