diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2009-01-12 23:35:48 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 15:21:57 +0200 |
commit | 3a070ad1449b1c068a2fac41285ae7548a623485 (patch) | |
tree | 66ca7211a609f1799f5e25eccd91123505458a1e /drivers/input | |
parent | 973c32bebf0cadf3a17c50255ff17477fcffaec8 (diff) | |
download | blackbird-op-linux-3a070ad1449b1c068a2fac41285ae7548a623485.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 2 |
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) { |