Commit ccb500cf authored by Matt Arsenault's avatar Matt Arsenault Committed by antirez
Browse files

It's a watchdog, not a watchdong.

parent ed48550f
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment