summaryrefslogtreecommitdiff
path: root/sys/dev/audio
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-09-07 13:24:45 +0000
committerandvar <andvar@NetBSD.org>2021-09-07 13:24:45 +0000
commit42e68ea4547a534d3ba6e49974809b2886ac8afe (patch)
tree202177fa5663231012e3c8832f6b3a2cc23713ba /sys/dev/audio
parent072cbdc170834a0178df6c12797402e022595009 (diff)
s/aquire/acquire/ in comments, also one typo fix acqure->acquire.
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 5a7be6a7373..23782d26496 100644
--- a/sys/dev/audio/audio.c
+++ b/sys/dev/audio/audio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.106 2021/08/07 16:19:09 thorpej Exp $ */
+/* $NetBSD: audio.c,v 1.107 2021/09/07 13:24:46 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.106 2021/08/07 16:19:09 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.107 2021/09/07 13:24:46 andvar Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -1645,7 +1645,7 @@ audio_track_waitio(struct audio_softc *sc, audio_track_t *track)
/*
* Try to acquire track lock.
- * It doesn't block if the track lock is already aquired.
+ * It doesn't block if the track lock is already acquired.
* Returns true if the track lock was acquired, or false if the track
* lock was already acquired.
*/