Date: Sat, 2 Apr 2022 12:41:00 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0ce961762098 - main - sound(4): Fix a typo in a source code comment Message-ID: <202204021241.232Cf0jA028997@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021241.232Cf0jA028997>