Fix common misspellings
[linux-2.6-block.git] / drivers / tty / serial / imx.c
index dfcf4b1878aa3f2596fc9d6a8ffa21722bb2224e..cb36b0d4ef3c8305aa7b4aaa0abb543b0b752dd8 100644 (file)
@@ -78,7 +78,7 @@
 #define  URXD_FRMERR     (1<<12)
 #define  URXD_BRK        (1<<11)
 #define  URXD_PRERR      (1<<10)
-#define  UCR1_ADEN       (1<<15) /* Auto dectect interrupt */
+#define  UCR1_ADEN       (1<<15) /* Auto detect interrupt */
 #define  UCR1_ADBR       (1<<14) /* Auto detect baud rate */
 #define  UCR1_TRDYEN     (1<<13) /* Transmitter ready interrupt enable */
 #define  UCR1_IDEN       (1<<12) /* Idle condition interrupt */