[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/12] qapi: Fix typo in request-ebpf documentation
From: |
Markus Armbruster |
Subject: |
[PATCH 06/12] qapi: Fix typo in request-ebpf documentation |
Date: |
Fri, 22 Mar 2024 15:09:04 +0100 |
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
qapi/ebpf.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/ebpf.json b/qapi/ebpf.json
index f413d00154..61359e1c0f 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.
--
2.44.0
- [PATCH 04/12] qapi: Tidy up indentation of add_client's example, (continued)
- [PATCH 04/12] qapi: Tidy up indentation of add_client's example, Markus Armbruster, 2024/03/22
- [PATCH 02/12] qapi: Expand a few awkward abbreviations in documentation, Markus Armbruster, 2024/03/22
- [PATCH 01/12] qapi: Drop stray Arguments: line from qmp_capabilities docs, Markus Armbruster, 2024/03/22
- [PATCH 08/12] qapi: Start sentences with a capital letter, end them with a period, Markus Armbruster, 2024/03/22
- [PATCH 05/12] qapi: Fix argument markup in drive-mirror documentation, Markus Armbruster, 2024/03/22
- [PATCH 07/12] qapi: Fix abbreviation punctuation in doc comments, Markus Armbruster, 2024/03/22
- [PATCH 09/12] qapi: Don't repeat member type in its documentation text, Markus Armbruster, 2024/03/22
- [PATCH 11/12] qapi: Correct documentation indentation and whitespace, Markus Armbruster, 2024/03/22
- [PATCH 12/12] qga/qapi-schema: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/22
- [PATCH 06/12] qapi: Fix typo in request-ebpf documentation,
Markus Armbruster <=
- [PATCH 10/12] qapi: Refill doc comments to conform to current conventions, Markus Armbruster, 2024/03/22