aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-03-22 15:09:04 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-03-26 06:36:08 +0100
commit8698e1447fa48d7dcdeeeca4434afa86b97e3665 (patch)
treef655db1b26c3a97087794cea1240d3e89207ae3f /qapi
parentaa03e163839fb13eafcf9c514bd832ea134cdccf (diff)
downloadqemu-8698e1447fa48d7dcdeeeca4434afa86b97e3665.zip
qemu-8698e1447fa48d7dcdeeeca4434afa86b97e3665.tar.gz
qemu-8698e1447fa48d7dcdeeeca4434afa86b97e3665.tar.bz2
qapi: Fix typo in request-ebpf documentation
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240322140910.328840-7-armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/ebpf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/ebpf.json b/qapi/ebpf.json
index f413d00..61359e1 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.