]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: Fix trivial typos in comments
authorYannick Guerrini <yguerrini@tomshardware.fr>
Mon, 9 Mar 2015 21:29:24 +0000 (22:29 +0100)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 29 Mar 2015 23:52:24 +0000 (09:52 +1000)
Change 'Reaceive' to 'Receive'
Change 'alighnment' to 'alignment'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m68360_pram.h

index e6088bbce93d66a954c5c35aba52b9c96616de5a..c0cbd96f09bc56d62070fead31b3c3de7d7cddc7 100644 (file)
@@ -170,7 +170,7 @@ struct uart_pram {
     unsigned short  frmer;          /* Rx framing error counter */
     unsigned short  nosec;          /* Rx noise counter */
     unsigned short  brkec;          /* Rx break character counter */
-    unsigned short  brkln;          /* Reaceive break length */
+    unsigned short  brkln;          /* Receive break length */
                    
     unsigned short  uaddr1;         /* address character 1 */
     unsigned short  uaddr2;         /* address character 2 */
@@ -338,7 +338,7 @@ struct ethernet_pram {
     unsigned long   c_pres;         /* preset CRC */
     unsigned long   c_mask;         /* constant mask for CRC */
     unsigned long   crcec;          /* CRC error counter */
-    unsigned long   alec;           /* alighnment error counter */
+    unsigned long   alec;           /* alignment error counter */
     unsigned long   disfc;          /* discard frame counter */
     unsigned short  pads;           /* short frame PAD characters */
     unsigned short  ret_lim;        /* retry limit threshold */