git: b5efaf71b125 - stable/13 - xen(4): Fix a few typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:35:44 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b5efaf71b125d2217c137a1cfad0e6970ee48a46 commit b5efaf71b125d2217c137a1cfad0e6970ee48a46 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:33:07 +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 435db2e31693..c586e8920b5d 100644 --- a/sys/x86/xen/xen_intr.c +++ b/sys/x86/xen/xen_intr.c @@ -491,7 +491,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.