From e1f5d3ca6fc41719b32554c5f9b9da8f186db4c8 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 d4ee1cb47..3d169b147 100644 --- a/src/debug.c +++ b/src/debug.c @@ -833,7 +833,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;