summaryrefslogtreecommitdiffstats
path: root/drivers/char/hangcheck-timer.c
diff options
context:
space:
mode:
authorJoe Perches2008-02-03 16:11:42 +0100
committerAdrian Bunk2008-02-03 16:11:42 +0100
commit8dfba4d71b77bca83a6f9943fc8e53439310cffd (patch)
treed18b1c73663e9f6e83b8c177118ffb6121acbc3b /drivers/char/hangcheck-timer.c
parentdrivers/bluetooth/: Spelling fixes (diff)
downloadkernel-qcow2-linux-8dfba4d71b77bca83a6f9943fc8e53439310cffd.tar.gz
kernel-qcow2-linux-8dfba4d71b77bca83a6f9943fc8e53439310cffd.tar.xz
kernel-qcow2-linux-8dfba4d71b77bca83a6f9943fc8e53439310cffd.zip
drivers/char/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/char/hangcheck-timer.c')
-rw-r--r--drivers/char/hangcheck-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hangcheck-timer.c b/drivers/char/hangcheck-timer.c
index 0e8ceea5ea78..712d9f271aa6 100644
--- a/drivers/char/hangcheck-timer.c
+++ b/drivers/char/hangcheck-timer.c
@@ -26,7 +26,7 @@
* The hangcheck-timer driver uses the TSC to catch delays that
* jiffies does not notice. A timer is set. When the timer fires, it
* checks whether it was delayed and if that delay exceeds a given
- * margin of error. The hangcheck_tick module paramter takes the timer
+ * margin of error. The hangcheck_tick module parameter takes the timer
* duration in seconds. The hangcheck_margin parameter defines the
* margin of error, in seconds. The defaults are 60 seconds for the
* timer and 180 seconds for the margin of error. IOW, a timer is set