]> xenbits.xensource.com Git - xen.git/commitdiff
8250-uart: Fix typo in the header
authorJulien Grall <julien.grall@arm.com>
Tue, 25 Apr 2017 12:36:51 +0000 (13:36 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 25 Apr 2017 12:45:39 +0000 (13:45 +0100)
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/xen/8250-uart.h

index c6b62c8cf4353e706e0b39deb315ac7f2ecc8127..5c3bac33221e60a65873c84d1b66e35c4d5b5a95 100644 (file)
@@ -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    */