浏览代码

drivers/watchdog/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Joe Perches 17 年之前
父节点
当前提交
ee0fc097ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/watchdog/shwdt.c

+ 1 - 1
drivers/watchdog/shwdt.c

@@ -52,7 +52,7 @@
  * overflow periods respectively.
  * overflow periods respectively.
  *
  *
  * Also, since we can't really expect userspace to be responsive enough
  * 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
  * 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.
  * HZ == 1000), and another for monitoring userspace writes to the WDT device.
  *
  *