summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-01-27 15:26:57 +0100
committerAndrea Bolognani <abologna@redhat.com>2022-01-27 16:20:36 +0100
commit6abfe77f0b8d13b9208674330177532f61009b7e (patch)
treee372cdfd18b95eaabfb379f2ff89036802aa08c3 /include
parent7251307199a03d51973c8eea192a6e704991d380 (diff)
downloadlibvirt-6abfe77f0b8d13b9208674330177532f61009b7e.tar.gz
include: Fix documentation for various VIR_*_LAST values
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/libvirt-domain.h6
-rw-r--r--include/libvirt/libvirt-secret.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h
index 4da1a63a14..374859fdff 100644
--- a/include/libvirt/libvirt-domain.h
+++ b/include/libvirt/libvirt-domain.h
@@ -62,7 +62,7 @@ typedef enum {
# ifdef VIR_ENUM_SENTINELS
VIR_DOMAIN_LAST
/*
- * NB: this enum value will increase over time as new events are
+ * NB: this enum value will increase over time as new states are
* added to the libvirt API. It reflects the last state supported
* by this version of the libvirt API.
*/
@@ -696,7 +696,7 @@ typedef enum {
VIR_DOMAIN_CORE_DUMP_FORMAT_LAST
/*
* NB: this enum value will increase over time as new formats are
- * added to the libvirt API. It reflects the last state supported
+ * added to the libvirt API. It reflects the last format supported
* by this version of the libvirt API.
*/
# endif
@@ -2909,7 +2909,7 @@ typedef enum {
# ifdef VIR_ENUM_SENTINELS
VIR_KEYCODE_SET_LAST
/*
- * NB: this enum value will increase over time as new events are
+ * NB: this enum value will increase over time as new keycode sets are
* added to the libvirt API. It reflects the last keycode set supported
* by this version of the libvirt API.
*/
diff --git a/include/libvirt/libvirt-secret.h b/include/libvirt/libvirt-secret.h
index a75abc832a..82e18b8611 100644
--- a/include/libvirt/libvirt-secret.h
+++ b/include/libvirt/libvirt-secret.h
@@ -48,9 +48,9 @@ typedef enum {
# ifdef VIR_ENUM_SENTINELS
VIR_SECRET_USAGE_TYPE_LAST
/*
- * NB: this enum value will increase over time as new events are
- * added to the libvirt API. It reflects the last secret owner ID
- * supported by this version of the libvirt API.
+ * NB: this enum value will increase over time as new usage types are
+ * added to the libvirt API. It reflects the last usage type supported
+ * by this version of the libvirt API.
*/
# endif
} virSecretUsageType;