From: jmc Date: Sat, 26 Aug 2023 15:01:00 +0000 (+0000) Subject: word fix in comment; from crystal kolipe X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8bdbbfa359c335b72dae264cd100f505b53777c9;p=openbsd word fix in comment; from crystal kolipe --- diff --git a/sys/dev/ic/pckbc.c b/sys/dev/ic/pckbc.c index 52f634139bf..3c8212630d8 100644 --- a/sys/dev/ic/pckbc.c +++ b/sys/dev/ic/pckbc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pckbc.c,v 1.54 2023/07/25 10:00:44 miod Exp $ */ +/* $OpenBSD: pckbc.c,v 1.55 2023/08/26 15:01:00 jmc Exp $ */ /* $NetBSD: pckbc.c,v 1.5 2000/06/09 04:58:35 soda Exp $ */ /* @@ -459,7 +459,7 @@ pckbc_release_console(void) * In that case, we want to release ourselves from console * duties, unless we have been able to attach a mouse, * which would mean this is a real PS/2 controller - * afterwards. + * after all. */ if (pckbc_console != 0) { extern void wscn_input_init(int);