The branch stable/14 has been updated by gbe:

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

commit 07afd89912193fb819c56fb68ff96bc24f6fb93c
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2024-12-28 06:37:41 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2024-12-31 09:32:06 +0000

    arm/qualcomm: Fix a typo in a source code comment
    
    - s/unneccessary/unnecessary/
    
    (cherry picked from commit fad3e1fbc8a4b7bf4189c93e877bdb68aa26f611)
---
 sys/arm/qualcomm/ipq4018_machdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/qualcomm/ipq4018_machdep.c 
b/sys/arm/qualcomm/ipq4018_machdep.c
index 6734383d5b42..ae469fa772c9 100644
--- a/sys/arm/qualcomm/ipq4018_machdep.c
+++ b/sys/arm/qualcomm/ipq4018_machdep.c
@@ -65,7 +65,7 @@ ipq4018_late_init(platform_t plat)
         * XXX FIXME This is needed because we're not parsing
         * the fdt reserved memory regions in a consistent way
         * between arm/arm64.  Once the reserved region parsing
-        * is fixed up this will become unneccessary.
+        * is fixed up this will become unnecessary.
         *
         * These cover the SRAM/TZ regions that are not fully
         * accessible from the OS.  They're in the ipq4018.dtsi

Reply via email to