aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Janusz Miroslaw <M.Miroslaw@elka.pw.edu.pl>2006-02-23 09:49:35 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-02-23 09:49:35 +0000
commit85edae14e4ee5e68cf037e9e4bca7498ea16874d (patch)
tree846868bfd34a51c3a687576636a1cc7d8ed80e89
parent9e956c2dac9bec602ed1ba29181b45ba6d2b6448 (diff)
[SERIAL] Trivial comment fix: include/linux/serial_reg.h
Trivial comment fix for include/linux/serial_reg.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--include/linux/serial_reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/serial_reg.h b/include/linux/serial_reg.h
index 6a2bb955844..3c8a6aa7741 100644
--- a/include/linux/serial_reg.h
+++ b/include/linux/serial_reg.h
@@ -247,10 +247,10 @@
#define UART_CTR 0xFF
/*
- * The 16C950 Additional Control Reigster
+ * The 16C950 Additional Control Register
*/
#define UART_ACR_RXDIS 0x01 /* Receiver disable */
-#define UART_ACR_TXDIS 0x02 /* Receiver disable */
+#define UART_ACR_TXDIS 0x02 /* Transmitter disable */
#define UART_ACR_DSRFC 0x04 /* DSR Flow Control */
#define UART_ACR_TLENB 0x20 /* 950 trigger levels enable */
#define UART_ACR_ICRRD 0x40 /* ICR Read enable */