From: miod Date: Mon, 27 Jun 2022 20:14:51 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b5445af285bde82343c3422eea54faca94cc48b6;p=openbsd Fix comment. --- diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c index 5152f2df8d9..8b51d1cab9b 100644 --- a/sys/dev/ic/arcofi.c +++ b/sys/dev/ic/arcofi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcofi.c,v 1.19 2022/03/21 19:22:40 miod Exp $ */ +/* $OpenBSD: arcofi.c,v 1.20 2022/06/27 20:14:51 miod Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -574,7 +574,7 @@ arcofi_mi_to_gain(int lvl) } /* - * Input and output ports definition (used to be in + * Input and output ports definition (used to be in ) */ #define AUDIO_SPEAKER 0x01 /* built-in speaker */ #define AUDIO_LINE_IN 0x02 /* line in */