git: ac34f366cc81 - main - sound(4): Fix a typo in asource code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Sep 2022 13:30:50 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ac34f366cc8186ec747248f31079838699b389a6 commit ac34f366cc8186ec747248f31079838699b389a6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:30:39 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-03 13:30:39 +0000 sound(4): Fix a typo in asource code comment - s/overriden/overridden/ 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 07531d17d8f2..8d1d749ffad1 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -2642,7 +2642,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;