From: anton Date: Mon, 8 Jan 2018 18:21:22 +0000 (+0000) Subject: Fix typo in comment; ok mpi@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5b86616bfa1273fc788fae992ba232e6dd01e7ef;p=openbsd Fix typo in comment; ok mpi@ --- 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 * @@ -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)