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 <[email protected]>
AuthorDate: 2022-09-03 13:30:39 +0000
Commit:     Gordon Bergling <[email protected]>
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;

Reply via email to