From ccb500cf36e6842d9b0541bd3f849d2c35882ac4 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 27 Nov 2012 11:41:33 -0800 Subject: [PATCH] It's a watchdog, not a watchdong. --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index be3db882..2725aae6 100644 --- a/src/debug.c +++ b/src/debug.c @@ -834,7 +834,7 @@ void watchdogScheduleSignal(int period) { setitimer(ITIMER_REAL, &it, NULL); } -/* Enable the software watchdong with the specified period in milliseconds. */ +/* Enable the software watchdog with the specified period in milliseconds. */ void enableWatchdog(int period) { int min_period;