trivial: fix typo "varaible" -> "variable"
authorUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Mon, 12 Jan 2009 22:35:48 +0000 (23:35 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:57 +0000 (15:21 +0200)
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>
drivers/input/mouse/gpio_mouse.c
drivers/net/skfp/h/hwmtm.h
drivers/net/wan/farsync.c

index 0db8d16..5e5eb88 100644 (file)
@@ -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)
 {
index 1a606d4..e1a7e5f 100644 (file)
@@ -145,7 +145,7 @@ struct hw_modul {
        int     leave_isr ;             /* leave fddi_isr immedeately if set */
        int     isr_flag ;              /* set, when HWM is entered from isr */
        /*
-        * varaibles for the current transmit frame
+        * variables for the current transmit frame
         */
        struct s_smt_tx_queue *tx_p ;   /* pointer to the transmit queue */
        u_long  tx_descr ;              /* tx descriptor for FORMAC+ */
index 00945f7..25c9ef6 100644 (file)
@@ -69,7 +69,7 @@ MODULE_LICENSE("GPL");
 #endif
 
 /*
- * Modules parameters and associated varaibles
+ * Modules parameters and associated variables
  */
 static int fst_txq_low = FST_LOW_WATER_MARK;
 static int fst_txq_high = FST_HIGH_WATER_MARK;