git: 0ce961762098 - main - sound(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:41:00 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0ce9617620987bd9d4ddd408c892af6aae19f78c commit 0ce9617620987bd9d4ddd408c892af6aae19f78c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:40:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 12:40:10 +0000 sound(4): Fix a typo in a source code comment - s/exisitng/existing/ MFC after: 3 days --- 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 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)