1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-15 16:51:33 +00:00

It's a watchdog, not a watchdong.

This commit is contained in:
Matt Arsenault
2012-11-27 11:41:33 -08:00
committed by antirez
parent 95f68f7b0f
commit 504e5072eb

@ -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;