]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/serial/cypress_m8.c
tree-wide: Assorted spelling fixes
[mirror_ubuntu-artful-kernel.git] / drivers / usb / serial / cypress_m8.c
index a591ebec0f89c0af5d0ece8c3e9685fbe3d80d4f..52a81a312b8650e8cf147a8c9451ac2723fdec7a 100644 (file)
@@ -154,7 +154,7 @@ struct cypress_private {
        int isthrottled;                   /* if throttled, discard reads */
        wait_queue_head_t delta_msr_wait;  /* used for TIOCMIWAIT */
        char prev_status, diff_status;     /* used for TIOCMIWAIT */
-       /* we pass a pointer to this as the arguement sent to
+       /* we pass a pointer to this as the argument sent to
           cypress_set_termios old_termios */
        struct ktermios tmp_termios;       /* stores the old termios settings */
 };