]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/ppc/boot/simple/mv64x60_tty.c
[POWERPC] Spelling fixes: arch/ppc/
[karo-tx-linux.git] / arch / ppc / boot / simple / mv64x60_tty.c
index 781e040a97d1443cb6fcf9e8916cb0e2d0579c61..8a735787a6e9932798c3776acd3de53d8451ac8e 100644 (file)
@@ -338,7 +338,7 @@ serial_tstc(unsigned long com_port)
 
        rdp = &rd[com_port][cur_rd[com_port]];
 
-       /* Go thru rcv desc's until empty looking for one with data (no error)*/
+       /* Go through rcv descs until empty looking for one with data (no error)*/
        while (((rdp->cmd_stat & SDMA_DESC_CMDSTAT_O) == 0) &&
                (loop_count++ < RX_NUM_DESC)) {