Date: Sat, 2 Apr 2022 13:43:45 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 41adf71e6d75 - stable/12 - xen(4): Fix a few typos in source code comments Message-ID: <202204021343.232Dhj8Y017543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=41adf71e6d754d8b6e45e10de8e907b350a32901 commit 41adf71e6d754d8b6e45e10de8e907b350a32901 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:05:58 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:38:11 +0000 xen(4): Fix a few typos in source code comments - s/querried/queried/ (cherry picked from commit bba12ee45394dc5aea1162c9b354daa7b2d24363) --- 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 d366a61dc9ec..663f9ea315a4 100644 --- a/sys/x86/xen/xen_intr.c +++ b/sys/x86/xen/xen_intr.c @@ -490,7 +490,7 @@ xen_intr_isrc(xen_intr_handle_t handle) * 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?202204021343.232Dhj8Y017543>