Skip to content

Commit

Permalink
It's a watchdog, not a watchdong.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm authored and antirez committed Nov 28, 2012
1 parent 95f68f7 commit 504e507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug.c
Expand Up @@ -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;

Expand Down

0 comments on commit 504e507

Please sign in to comment.