From 504e5072eb06ee2e1035bc03fa85f46f51ef6f4c 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 d4ee1cb4..3d169b14 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; -- 2.47.2