]> git.saurik.com Git - redis.git/commitdiff
Merge remote-tracking branch 'origin/unstable' into unstable
authorantirez <antirez@gmail.com>
Wed, 28 Nov 2012 10:41:27 +0000 (11:41 +0100)
committerantirez <antirez@gmail.com>
Wed, 28 Nov 2012 10:41:27 +0000 (11:41 +0100)
src/debug.c

index be3db882bbd8a863b5e3be6fc0032a9401616e6e..2725aae6ca3f8b9d2d26abd357bcd37df0ec84bf 100644 (file)
@@ -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;