Date: Sat, 9 Apr 2022 06:14:29 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 495754d8233d - stable/13 - sound(4): Fix a typo in a source code comment Message-ID: <202204090614.2396ETQQ033691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090614.2396ETQQ033691>