From 07afd89912193fb819c56fb68ff96bc24f6fb93c 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/ (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 6734383d5b4..ae469fa772c 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