Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/watchdog/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Joe Perches and committed by
Adrian Bunk
ee0fc097 44363f14

+1 -1
+1 -1
drivers/watchdog/shwdt.c
··· 52 52 * overflow periods respectively. 53 53 * 54 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 56 * the kernel for clearing out WOVF every 2ms or so (again, this depends on 57 57 * HZ == 1000), and another for monitoring userspace writes to the WDT device. 58 58 *