git: 999e714432ac - stable/14 - snd_hda: Fix typo (s/owerflow/overflow)

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Tue, 25 Feb 2025 12:17:29 UTC
The branch stable/14 has been updated by christos:

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

commit 999e714432ace973ab548ddc2c2b0e9c7db3388a
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-02-18 19:35:52 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-02-25 12:17:14 +0000

    snd_hda: Fix typo (s/owerflow/overflow)
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    
    (cherry picked from commit d4176fdb1370f5dcf2c40c153e6bd1ad0c4a2f85)
---
 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 c0eb1864f145..3220ef69776b 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;