Date: Mon, 28 Mar 2022 17:37:26 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: bba12ee45394 - main - xen(4): Fix a few typos in source code comments Message-ID: <202203281737.22SHbQp0064576@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bba12ee45394dc5aea1162c9b354daa7b2d24363 commit bba12ee45394dc5aea1162c9b354daa7b2d24363 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:05:58 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:37:20 +0000 xen(4): Fix a few typos in source code comments - s/querried/queried/ MFC after: 3 days --- sys/x86/xen/xen_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/xen/xen_intr.c b/sys/x86/xen/xen_intr.c index 17d0f16c2ec0..b9a909a14a67 100644 --- a/sys/x86/xen/xen_intr.c +++ b/sys/x86/xen/xen_intr.c @@ -459,7 +459,7 @@ xen_intr_bind_isrc(struct xenisrc **isrcp, evtchn_port_t local_port, * Determine the event channel ports at the given section of the * event port bitmap which have pending events for the given cpu. * - * \param pcpu The Xen interrupt pcpu data for the cpu being querried. + * \param pcpu The Xen interrupt pcpu data for the cpu being queried. * \param sh The Xen shared info area. * \param idx The index of the section of the event channel bitmap to * inspect.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203281737.22SHbQp0064576>