diff options
Diffstat (limited to 'usr.sbin/vmd/ns8250.c')
-rw-r--r-- | usr.sbin/vmd/ns8250.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/ns8250.c b/usr.sbin/vmd/ns8250.c index 0e956159f5c..198b11cef94 100644 --- a/usr.sbin/vmd/ns8250.c +++ b/usr.sbin/vmd/ns8250.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ns8250.c,v 1.13 2018/01/08 11:58:27 mpi Exp $ */ +/* $OpenBSD: ns8250.c,v 1.14 2018/01/08 18:21:22 anton Exp $ */ /* * Copyright (c) 2016 Mike Larkin <mlarkin@openbsd.org> * @@ -136,7 +136,7 @@ com_rcv_event(int fd, short kind, void *arg) /* * com_rcv_handle_break * - * Set/clear break detected contidion based on received TIOCUCNTL_{S,C}BRK. + * Set/clear break detected condition based on received TIOCUCNTL_{S,C}BRK. */ static int com_rcv_handle_break(struct ns8250_dev *com, uint8_t cmd) |