git: 495754d8233d - stable/13 - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:29 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=495754d8233d76bc9ff80f28e1a13f98edb749bc
commit 495754d8233d76bc9ff80f28e1a13f98edb749bc
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:40:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:05:12 +0000
sound(4): Fix a typo in a source code comment
- s/exisitng/existing/
(cherry picked from commit 0ce9617620987bd9d4ddd408c892af6aae19f78c)
---
sys/dev/sound/pci/hda/hdaa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 0b5bb4fdf3bf..79397920d1fe 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)