[spelling] spelling-fixes. (not external/)

This commit is contained in:
klemens
2016-08-15 17:55:40 +02:00
committed by Travis Geiselbrecht
parent d90cb4e7c6
commit d0b90c2d68
33 changed files with 39 additions and 39 deletions

View File

@@ -73,7 +73,7 @@ typedef enum {
/* IER */
#define UART_IER_ERBFI (1 << 0) /* RX buffer conatins data int. */
#define UART_IER_ERBFI (1 << 0) /* RX buffer contains data int. */
#define UART_IER_ETBEI (1 << 1) /* TX FIFO threshold trigger int. */
#define UART_IER_ELSI (1 << 2) /* BE, FE, PE, or OE int. */
#define UART_IER_EDSSI (1 << 3) /* CTS change (DCTS) int. */