diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-26 16:40:10 +1000 |
commit | 9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch) | |
tree | e6ca9e9388b07aca66da5f86019c8ce0a58715aa /hw/ipmi | |
parent | dd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff) | |
download | skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.bz2 |
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/ipmi')
-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; |