xen(4): Fix a few typos in source code comments

- s/querried/queried/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 18:05:58 +02:00
parent 2733b242e4
commit bba12ee453

View File

@ -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.