# 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.
*/
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
# 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.
*/
# 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;