media: usb: fix several typos
[sfrench/cifs-2.6.git] / drivers / media / usb / ttusb-dec / ttusb_dec.c
index 44ca66cb9b8f141e15d7ca0ccc0b7ae5c2abee60..897ef5e1da71d077e1c4f455c1860b2e07cb7b61 100644 (file)
@@ -284,7 +284,7 @@ static void ttusb_dec_handle_irq( struct urb *urb)
                 *
                 * this is an fact a bit too simple implementation;
                 * the box also reports a keyrepeat signal
-                * (with buffer[3] == 0x40) in an intervall of ~100ms.
+                * (with buffer[3] == 0x40) in an interval of ~100ms.
                 * But to handle this correctly we had to imlemenent some
                 * kind of timer which signals a 'key up' event if no
                 * keyrepeat signal is received for lets say 200ms.