summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/umcs.h
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2013-06-23 20:19:51 +0000
committerthomas <thomas@FreeBSD.org>2013-06-23 20:19:51 +0000
commit67d495b1f8e972f1ae477dfa6f15c94efb3e8e9a (patch)
tree5c37cf0cc38598088f70609e400b7bdf0540d389 /sys/dev/usb/serial/umcs.h
parent1d469469eacfcb81ca228d1753258f9c2a20a996 (diff)
downloadFreeBSD-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.h2
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 */
OpenPOWER on IntegriCloud