aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:40:10 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:40:10 +0000
commit0ce9617620987bd9d4ddd408c892af6aae19f78c (patch)
treee9c87045e490701ec2237129bc79e00ecb414d7a
parent942e8cab8c6f8a6a5dabdc7b87269ee39f657535 (diff)
downloadsrc-0ce9617620987bd9d4ddd408c892af6aae19f78c.tar.gz
src-0ce9617620987bd9d4ddd408c892af6aae19f78c.zip
sound(4): Fix a typo in a source code comment
- s/exisitng/existing/ MFC after: 3 days
-rw-r--r--sys/dev/sound/pci/hda/hdaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index d9fca9e78e82..e0524fe53287 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -3711,7 +3711,7 @@ hdaa_audio_adddac(struct hdaa_devinfo *devinfo, int asid)
asid, as->index);
);
- /* Find the exisitng DAC position and return if found more the one. */
+ /* Find the existing DAC position and return if found more the one. */
pos = -1;
for (i = 0; i < 16; i++) {
if (as->dacs[0][i] <= 0)