Date: Tue, 6 Sep 2022 05:42:33 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: c09b9ae468a8 - stable/13 - sound(4): Fix a typo in asource code comment Message-ID: <202209060542.2865gXgG013560@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=c09b9ae468a8ba7a57e36b342e42b96735f5c2a5 commit c09b9ae468a8ba7a57e36b342e42b96735f5c2a5 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:30:39 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:38:41 +0000 sound(4): Fix a typo in asource code comment - s/overriden/overridden/ (cherry picked from commit ac34f366cc8186ec747248f31079838699b389a6) --- 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 79397920d1fe..6cc873efb042 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -2643,7 +2643,7 @@ hdaa_audio_ctl_set_defaults(struct hdaa_pcm_devinfo *pdevinfo) if ((pdevinfo->ossmask & (1 << dev)) == 0) continue; - /* If the value was overriden, leave it as is. */ + /* If the value was overridden, leave it as is. */ if (resource_int_value(device_get_name(pdevinfo->dev), device_get_unit(pdevinfo->dev), ossnames[dev], &vol) == 0) continue;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060542.2865gXgG013560>