From: Michal Janusz Miroslaw Date: Thu, 23 Feb 2006 09:49:35 +0000 (+0000) Subject: [SERIAL] Trivial comment fix: include/linux/serial_reg.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=85edae14e4ee5e68cf037e9e4bca7498ea16874d;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [SERIAL] Trivial comment fix: include/linux/serial_reg.h Trivial comment fix for include/linux/serial_reg.h Signed-off-by: Russell King --- diff --git a/include/linux/serial_reg.h b/include/linux/serial_reg.h index 6a2bb955844b..3c8a6aa77415 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 */