Fix common misspellings
[linux-block.git] / drivers / staging / generic_serial / rio / riotty.c
index 8a90393faf3c652e1f8fcce37f4c6c99cf474cd2..e7e9911d7a7231333ab76762722f71c2b5a32bb5 100644 (file)
@@ -124,7 +124,7 @@ int riotopen(struct tty_struct *tty, struct file *filp)
        }
 
        /*
-        ** Grab pointer to the port stucture
+        ** Grab pointer to the port structure
         */
        PortP = p->RIOPortp[SysPort];   /* Get control struc */
        rio_dprintk(RIO_DEBUG_TTY, "PortP: %p\n", PortP);
@@ -161,7 +161,7 @@ int riotopen(struct tty_struct *tty, struct file *filp)
        }
 
        /*
-        ** If the RTA has not booted yet and the user has choosen to block
+        ** If the RTA has not booted yet and the user has chosen to block
         ** until the RTA is present then we must spin here waiting for
         ** the RTA to boot.
         */