From: Julien Grall Date: Tue, 25 Apr 2017 12:36:51 +0000 (+0100) Subject: 8250-uart: Fix typo in the header X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2199 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8829d12ac0f9e3f7b01f276cd966c5a39497da92;p=xen.git 8250-uart: Fix typo in the header Signed-off-by: Julien Grall Acked-by: Andrew Cooper --- diff --git a/xen/include/xen/8250-uart.h b/xen/include/xen/8250-uart.h index c6b62c8cf4..5c3bac3322 100644 --- a/xen/include/xen/8250-uart.h +++ b/xen/include/xen/8250-uart.h @@ -42,7 +42,7 @@ #define UART_IER_ELSI 0x04 /* rx line status */ #define UART_IER_EMSI 0x08 /* MODEM status */ -/* Interrupt Identificatiegister */ +/* Interrupt Identification Register */ #define UART_IIR_NOINT 0x01 /* no interrupt pending */ #define UART_IIR_IMA 0x06 /* interrupt identity: */ #define UART_IIR_LSI 0x06 /* - rx line status */