diff options
author | thomas <thomas@FreeBSD.org> | 2013-06-23 20:19:51 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2013-06-23 20:19:51 +0000 |
commit | 67d495b1f8e972f1ae477dfa6f15c94efb3e8e9a (patch) | |
tree | 5c37cf0cc38598088f70609e400b7bdf0540d389 /sys/dev/usb/serial/umcs.h | |
parent | 1d469469eacfcb81ca228d1753258f9c2a20a996 (diff) | |
download | FreeBSD-src-67d495b1f8e972f1ae477dfa6f15c94efb3e8e9a.zip FreeBSD-src-67d495b1f8e972f1ae477dfa6f15c94efb3e8e9a.tar.gz |
Fix minor typo in comment
Diffstat (limited to 'sys/dev/usb/serial/umcs.h')
-rw-r--r-- | sys/dev/usb/serial/umcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/umcs.h b/sys/dev/usb/serial/umcs.h index 310b4af..81dc70b 100644 --- a/sys/dev/usb/serial/umcs.h +++ b/sys/dev/usb/serial/umcs.h @@ -596,7 +596,7 @@ #define MCS7840_UART_LSR_RHROVERRUN 0x02 /* Data FIFO/register overflow */ #define MCS7840_UART_LSR_PARITYERR 0x04 /* Parity error */ #define MCS7840_UART_LSR_FRAMEERR 0x10 /* Framing error */ -#define MCS7840_UART_LSR_BREAKERR 0x20 /* BREAK sigmal received */ +#define MCS7840_UART_LSR_BREAKERR 0x20 /* BREAK signal received */ #define MCS7840_UART_LSR_THREMPTY 0x40 /* THR register is empty, * ready for transmit */ #define MCS7840_UART_LSR_HASERR 0x80 /* Has error in receiver FIFO */ |