]> git.saurik.com Git - redis.git/commitdiff
It's a watchdog, not a watchdong.
authorMatt Arsenault <whatmannerofburgeristhis@gmail.com>
Tue, 27 Nov 2012 19:41:33 +0000 (11:41 -0800)
committerantirez <antirez@gmail.com>
Wed, 28 Nov 2012 10:35:19 +0000 (11:35 +0100)
src/debug.c

index d4ee1cb47103e586e260e949b92e005d1b0e184a..3d169b1478d4eabc2f98dc7a009ee4f30910e31c 100644 (file)
@@ -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;