From: Markus Armbruster Date: Fri, 22 Mar 2024 14:09:04 +0000 (+0100) Subject: qapi: Fix typo in request-ebpf documentation X-Git-Tag: v9.0.0-rc1~3^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8698e1447fa48d7dcdeeeca4434afa86b97e3665;p=thirdparty%2Fqemu.git qapi: Fix typo in request-ebpf documentation Signed-off-by: Markus Armbruster Message-ID: <20240322140910.328840-7-armbru@redhat.com> --- diff --git a/qapi/ebpf.json b/qapi/ebpf.json index f413d00154a..61359e1c0f5 100644 --- a/qapi/ebpf.json +++ b/qapi/ebpf.json @@ -51,7 +51,7 @@ # @request-ebpf: # # Retrieve an eBPF object that can be loaded with libbpf. Management -# applications (g.e. libvirt) may load it and pass file descriptors to +# applications (e.g. libvirt) may load it and pass file descriptors to # QEMU, so they can run running QEMU without BPF capabilities. # # @id: The ID of the program to return.