From fad3e1fbc8a4b7bf4189c93e877bdb68aa26f611 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 28 Dec 2024 07:37:41 +0100 Subject: [PATCH] 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 206f428111b..49dd2ff0193 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