diff options
Diffstat (limited to 'hw/ipmi/ipmi-watchdog.c')
-rw-r--r-- | hw/ipmi/ipmi-watchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ipmi/ipmi-watchdog.c b/hw/ipmi/ipmi-watchdog.c index 498d4c6..7dfb0c0 100644 --- a/hw/ipmi/ipmi-watchdog.c +++ b/hw/ipmi/ipmi-watchdog.c @@ -40,9 +40,9 @@ #define WDT_TIMEOUT 600 /* How often to reset the timer using schedule_timer(). Too short and -we risk accidently resetting the system due to opal_run_pollers() not +we risk accidentally resetting the system due to opal_run_pollers() not being called in time, too short and we waste time resetting the wdt -more frequently than neccessary. */ +more frequently than necessary. */ #define WDT_MARGIN 300 static struct timer wdt_timer; |