git: f24d88ad74c6 - stable/12 - sound(4): Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:48:18 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f24d88ad74c6af55b7b8a1f3ca0b0108978ca876 commit f24d88ad74c6af55b7b8a1f3ca0b0108978ca876 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:46:40 +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 c57b18bcaa5f..4fb597cc0194 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -2645,7 +2645,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;