qapi: Fix typo in request-ebpf documentation
authorMarkus Armbruster <armbru@redhat.com>
Fri, 22 Mar 2024 14:09:04 +0000 (15:09 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 26 Mar 2024 05:36:08 +0000 (06:36 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-7-armbru@redhat.com>

qapi/ebpf.json

index f413d00154afbb48926a8d72a31fa9bd72fd3295..61359e1c0f591be49ab79df8cc752aaf1eb95b05 100644 (file)
@@ -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.