From 5b86616bfa1273fc788fae992ba232e6dd01e7ef Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 8 Jan 2018 18:21:22 +0000 Subject: [PATCH] Fix typo in comment; ok mpi@ --- usr.sbin/vmd/ns8250.c | 4 ++-- 1 file 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 * @@ -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) -- 2.20.1