The branch main has been updated by gbe:

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

commit fad3e1fbc8a4b7bf4189c93e877bdb68aa26f611
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2024-12-28 06:37:41 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2024-12-28 06:41:24 +0000

    arm/qualcomm: Fix a typo in a source code comment
    
    - s/unneccessary/unnecessary/
    
    MFC after:      3 days
---
 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 206f428111ba..49dd2ff0193a 100644
--- a/sys/arm/qualcomm/ipq4018_machdep.c
+++ b/sys/arm/qualcomm/ipq4018_machdep.c
@@ -64,7 +64,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