Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2022 14:47:13 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9ba957e40a3c - main - Fix the spelling of interrupt in the GICv3 driver
Message-ID:  <202209231447.28NElD9C022512@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

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

commit 9ba957e40a3c4eef84df476d890e5cf6afbf69be
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-09-23 11:06:45 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-09-23 14:28:45 +0000

    Fix the spelling of interrupt in the GICv3 driver
    
    Reported by:    jrtc27
    Sponsored by:   Innovate UK
---
 sys/arm64/arm64/gic_v3_fdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/gic_v3_fdt.c b/sys/arm64/arm64/gic_v3_fdt.c
index 2efdba68eae2..16007c5c4147 100644
--- a/sys/arm64/arm64/gic_v3_fdt.c
+++ b/sys/arm64/arm64/gic_v3_fdt.c
@@ -353,7 +353,7 @@ gic_v3_ofw_bus_attach(device_t dev)
 	}
 
 	/*
-	 * If there is a vgic maintanance interupt add a virtual gic
+	 * If there is a vgic maintanance interrupt add a virtual gic
 	 * child so we can use this in the vmm module for bhyve.
 	 */
 	if (OF_hasprop(parent, "interrupts")) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209231447.28NElD9C022512>