diff options
author | Shile Zhang <shile.zhang@nokia.com> | 2017-03-24 00:41:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-08 19:08:54 +0300 |
commit | 8b932edfb8788862f10434c1018ad8a6078e0115 (patch) | |
tree | f8470ac0aa6321e4cf41ea55740d3cc260223716 /drivers | |
parent | a33fd4c27b3ad11c66bdadc5fe6075297ca87a6d (diff) | |
download | linux-8b932edfb8788862f10434c1018ad8a6078e0115.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/hangcheck-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hangcheck-timer.c b/drivers/char/hangcheck-timer.c index 4f337375252e..5406b90bf626 100644 --- 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 + * 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. */ |