Fix common misspellings
[linux-2.6-block.git] / drivers / tty / serial / mrst_max3110.h
index d1ef43af397ceb449645cac7e365054d5e415880..c37ea48c825aa9ed9e5296976036c835aabb494e 100644 (file)
@@ -21,7 +21,7 @@
 
 #define WC_IRQ_MASK            (0xF << 8)
 #define WC_TXE_IRQ_ENABLE      (1 << 11)       /* TX empty irq */
-#define WC_RXA_IRQ_ENABLE      (1 << 10)       /* RX availabe irq */
+#define WC_RXA_IRQ_ENABLE      (1 << 10)       /* RX available irq */
 #define WC_PAR_HIGH_IRQ_ENABLE (1 << 9)
 #define WC_REC_ACT_IRQ_ENABLE  (1 << 8)