aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>2009-01-12 23:35:48 +0100
committerJiri Kosina <jkosina@suse.cz>2009-03-30 15:21:57 +0200
commit3a070ad1449b1c068a2fac41285ae7548a623485 (patch)
tree66ca7211a609f1799f5e25eccd91123505458a1e /drivers/input/mouse
parenttrivial: fix typo "kernal" -> "kernel" (diff)
downloadlinux-dev-3a070ad1449b1c068a2fac41285ae7548a623485.tar.xz
linux-dev-3a070ad1449b1c068a2fac41285ae7548a623485.zip
trivial: fix typo "varaible" -> "variable"
This patch was created by git grep -l '[vV]araible' | xargs -r -t perl -p -i -e 's/\b([Vv]ar)ai(bles?)\b/$1ia$2/g' Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r--drivers/input/mouse/gpio_mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c
index 0db8d16c5edd..5e5eb88d8d1e 100644
--- a/drivers/input/mouse/gpio_mouse.c
+++ b/drivers/input/mouse/gpio_mouse.c
@@ -18,7 +18,7 @@
/*
* Timer function which is run every scan_ms ms when the device is opened.
- * The dev input varaible is set to the the input_dev pointer.
+ * The dev input variable is set to the the input_dev pointer.
*/
static void gpio_mouse_scan(struct input_polled_dev *dev)
{