mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
It's a watchdog, not a watchdong.
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user