summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2022-06-27 20:14:52 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2022-06-27 20:14:52 +0000
commitc06ec31651ae8bb377436828e4be5374c0f7d76b (patch)
treef8828eedddafab5d4a2e5b7c741823d401156319 /sys/dev/ic
parent5db7d0d15f010ef3abfd72a26b27beca76b68e20 (diff)
Fix comment.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/arcofi.c4
1 files changed, 2 insertions, 2 deletions
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 <audioio.h>
+ * Input and output ports definition (used to be in <audioio.h>)
*/
#define AUDIO_SPEAKER 0x01 /* built-in speaker */
#define AUDIO_LINE_IN 0x02 /* line in */