]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/generic_serial/generic_serial.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / generic_serial / generic_serial.c
index 466988dbc37d116f08a537f1263238f9a38cdf6d..f29dda4e9f205e3ca9df28bbdf9a68d67f40bbea 100644 (file)
@@ -113,7 +113,7 @@ int gs_write(struct tty_struct * tty,
 
                c = count;
  
-               /* This is safe because we "OWN" the "head". Noone else can 
+               /* This is safe because we "OWN" the "head". No one else can 
                   change the "head": we own the port_write_mutex. */
                /* Don't overrun the end of the buffer */
                t = SERIAL_XMIT_SIZE - port->xmit_head;