mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
arch: sh: smc37c93x: fix spelling mistake
Fix typo: "triger" --> "trigger" Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Signed-off-by: Rich Felker <dalias@libc.org>
This commit is contained in:
parent
7619f957dc
commit
7dfaa9ea56
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ typedef struct uart_reg {
|
|||
#define FCR_RFRES 0x0200 /* Receiver FIFO reset */
|
||||
#define FCR_TFRES 0x0400 /* Transmitter FIFO reset */
|
||||
#define FCR_DMA 0x0800 /* DMA mode select */
|
||||
#define FCR_RTL 0x4000 /* Receiver triger (LSB) */
|
||||
#define FCR_RTM 0x8000 /* Receiver triger (MSB) */
|
||||
#define FCR_RTL 0x4000 /* Receiver trigger (LSB) */
|
||||
#define FCR_RTM 0x8000 /* Receiver trigger (MSB) */
|
||||
|
||||
/* Line Control Register */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue