From: Matt Arsenault Date: Tue, 27 Nov 2012 19:41:33 +0000 (-0800) Subject: It's a watchdog, not a watchdong. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/504e5072eb06ee2e1035bc03fa85f46f51ef6f4c?ds=sidebyside It's a watchdog, not a watchdong. --- 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;