diff options
Diffstat (limited to 'drivers/watchdog/shwdt.c')
-rw-r--r-- | drivers/watchdog/shwdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/shwdt.c b/drivers/watchdog/shwdt.c index cecbedd473a4..61dde863bd40 100644 --- a/drivers/watchdog/shwdt.c +++ b/drivers/watchdog/shwdt.c | |||
@@ -52,7 +52,7 @@ | |||
52 | * overflow periods respectively. | 52 | * overflow periods respectively. |
53 | * | 53 | * |
54 | * Also, since we can't really expect userspace to be responsive enough | 54 | * Also, since we can't really expect userspace to be responsive enough |
55 | * before the overflow happens, we maintain two seperate timers .. One in | 55 | * before the overflow happens, we maintain two separate timers .. One in |
56 | * the kernel for clearing out WOVF every 2ms or so (again, this depends on | 56 | * the kernel for clearing out WOVF every 2ms or so (again, this depends on |
57 | * HZ == 1000), and another for monitoring userspace writes to the WDT device. | 57 | * HZ == 1000), and another for monitoring userspace writes to the WDT device. |
58 | * | 58 | * |