summaryrefslogtreecommitdiff
path: root/sys/dev/audio
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-12 13:05:13 +0000
committerandvar <andvar@NetBSD.org>2021-12-12 13:05:13 +0000
commitb2c5e2004cbbee351471fc40510b685b532856ee (patch)
tree3c3e02f3c011f8508a1011ed0c0bd54871ad2d1e /sys/dev/audio
parentd9e475d86524d2b0e8ece9869a7a8e656c27dae4 (diff)
fix various typos, mainly in comments.
Diffstat (limited to 'sys/dev/audio')
-rw-r--r--sys/dev/audio/audio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/audio/audio.c b/sys/dev/audio/audio.c
index fcce3c88672..d22ea989a18 100644
--- a/sys/dev/audio/audio.c
+++ b/sys/dev/audio/audio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.112 2021/12/10 20:36:03 andvar Exp $ */
+/* $NetBSD: audio.c,v 1.113 2021/12/12 13:05:13 andvar Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -138,7 +138,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.112 2021/12/10 20:36:03 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.113 2021/12/12 13:05:13 andvar Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -7314,7 +7314,7 @@ audio_track_setinfo_check(audio_track_t *track,
}
/*
- * Change water marks for playback track if specfied.
+ * Change water marks for playback track if specified.
*/
static void
audio_track_setinfo_water(audio_track_t *track, const struct audio_info *ai)