The branch stable/15 has been updated by gbe:

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

commit fae53664dbbc170bde337747393cb7a002e70ffc
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2025-10-29 15:12:52 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2025-11-08 20:12:20 +0000

    arm/mv: Fix typo in a kernel error message
    
    - s/Unkown/Unknown/
    
    (cherry picked from commit b074d146969d3097c1e144623360b36083d74927)
---
 sys/arm/mv/mv_cp110_icu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/mv/mv_cp110_icu.c b/sys/arm/mv/mv_cp110_icu.c
index 25ec19bee575..d30f337f56fc 100644
--- a/sys/arm/mv/mv_cp110_icu.c
+++ b/sys/arm/mv/mv_cp110_icu.c
@@ -257,7 +257,7 @@ mv_cp110_icu_init(struct mv_cp110_icu_softc *sc, uint64_t 
addr)
                WR4(sc, ICU_SETSPI_SEI_AH, (addr >> 32) & UINT32_MAX);
                break;
        default:
-               panic("Unkown ICU type.");
+               panic("Unknown ICU type.");
        }
 
        sc->initialized = true;

Reply via email to