瀏覽代碼

hangcheck-timer: Fix typo in comment

Fix the typo "alloted" -> "allotted" in comment.

Signed-off-by: Shile Zhang <shile.zhang@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Shile Zhang 8 年之前
父節點
當前提交
8b932edfb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/char/hangcheck-timer.c

+ 1 - 1
drivers/char/hangcheck-timer.c

@@ -32,7 +32,7 @@
  * timer and 180 seconds for the margin of error.  IOW, a timer is set
  * for 60 seconds.  When the timer fires, the callback checks the
  * actual duration that the timer waited.  If the duration exceeds the
- * alloted time and margin (here 60 + 180, or 240 seconds), the machine
+ * allotted time and margin (here 60 + 180, or 240 seconds), the machine
  * is restarted.  A healthy machine will have the duration match the
  * expected timeout very closely.
  */