The branch main has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d4176fdb1370f5dcf2c40c153e6bd1ad0c4a2f85

commit d4176fdb1370f5dcf2c40c153e6bd1ad0c4a2f85
Author:     Christos Margiolis <chris...@freebsd.org>
AuthorDate: 2025-02-18 19:35:52 +0000
Commit:     Christos Margiolis <chris...@freebsd.org>
CommitDate: 2025-02-18 19:35:52 +0000

    snd_hda: Fix typo (s/owerflow/overflow)
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 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 51d6e024225f..f53e93a2355b 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -3218,7 +3218,7 @@ hdaa_audio_as_parse(struct hdaa_devinfo *devinfo)
                                continue;
                        }
                        KASSERT(cnt < max,
-                           ("%s: Associations owerflow (%d of %d)",
+                           ("%s: Associations overflow (%d of %d)",
                            __func__, cnt, max));
                        type = w->wclass.pin.config &
                            HDA_CONFIG_DEFAULTCONF_DEVICE_MASK;

Reply via email to