Date: Sat, 9 Apr 2022 06:34:07 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: b8445f168eed - stable/12 - sound(4): Fix a typo in a source code comment Message-ID: <202204090634.2396Y7fD062849@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b8445f168eede5db8985cf17f95078040e307940 commit b8445f168eede5db8985cf17f95078040e307940 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:32:29 +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 91e9a65457d4..c57b18bcaa5f 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -3713,7 +3713,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?202204090634.2396Y7fD062849>