diff options
author | anton <anton@cvs.openbsd.org> | 2018-01-08 18:21:23 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2018-01-08 18:21:23 +0000 |
commit | 20a03bb35ec5d70ed806002726a9b5d08bf504ff (patch) | |
tree | a519a1dddc0c2ee28545f5cfa5534135939ded3b /usr.sbin | |
parent | 5d1a6dd9d360b32c7467dad7b532c0a7c599208c (diff) |
Fix typo in comment; ok mpi@
Diffstat (limited to 'usr.sbin')
-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) |