From: Joe Perches Date: Sun, 3 Feb 2008 15:32:52 +0000 (+0200) Subject: drivers/watchdog/: Spelling fixes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee0fc097ef47a4a6ff6b4800f2391030131b7828;p=linux-beck.git drivers/watchdog/: Spelling fixes Signed-off-by: Joe Perches Signed-off-by: Adrian Bunk --- 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 @@ * 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. *