projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33fd4c
)
hangcheck-timer: Fix typo in comment
author
Shile Zhang
<
[email protected]
>
Thu, 23 Mar 2017 21:41:04 +0000
(
05:41
+0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 8 Apr 2017 16:08:54 +0000
(18:08 +0200)
Fix the typo "alloted" -> "allotted" in comment.
Signed-off-by: Shile Zhang <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/char/hangcheck-timer.c
patch
|
blob
|
history
diff --git
a/drivers/char/hangcheck-timer.c
b/drivers/char/hangcheck-timer.c
index 4f337375252e8953606042f6b915ef22ae2768a9..5406b90bf626fdeea71eab3a6dab36ead644d236 100644
(file)
--- a/
drivers/char/hangcheck-timer.c
+++ b/
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
+ * allot
t
ed 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.
*/