diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:32:52 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:32:52 +0200 |
commit | ee0fc097ef47a4a6ff6b4800f2391030131b7828 (patch) | |
tree | 827282becdc26dfac797181755cc73155e65302d /drivers/watchdog/shwdt.c | |
parent | 44363f14d9e7c9786ddbe7742d0f002b4ad685e1 (diff) | |
download | linux-3.10-ee0fc097ef47a4a6ff6b4800f2391030131b7828.tar.gz linux-3.10-ee0fc097ef47a4a6ff6b4800f2391030131b7828.tar.bz2 linux-3.10-ee0fc097ef47a4a6ff6b4800f2391030131b7828.zip |
drivers/watchdog/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
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 cecbedd473a..61dde863bd4 100644 --- a/drivers/watchdog/shwdt.c +++ b/drivers/watchdog/shwdt.c @@ -52,7 +52,7 @@ * overflow periods respectively. * * Also, since we can't really expect userspace to be responsive enough - * before the overflow happens, we maintain two seperate timers .. One in + * before the overflow happens, we maintain two separate timers .. One in * the kernel for clearing out WOVF every 2ms or so (again, this depends on * HZ == 1000), and another for monitoring userspace writes to the WDT device. * |