Date: Sat, 28 Dec 2024 06:43:17 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fad3e1fbc8a4 - main - arm/qualcomm: Fix a typo in a source code comment Message-ID: <202412280643.4BS6hHfh072239@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=fad3e1fbc8a4b7bf4189c93e877bdb68aa26f611 commit fad3e1fbc8a4b7bf4189c93e877bdb68aa26f611 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-12-28 06:37:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412280643.4BS6hHfh072239>