mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-30 16:35:24 +00:00
include: Fix copy-paste error in comment to virDomainCoreDumpFormat enum
The comment to virDomainCoreDumpFormat enum says that new values can be introduced in the future "as new events are added". Well, it should have been "formats" instead of "events", obviously. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
9d4cd1d1cd
commit
8e75ecefd7
@ -694,7 +694,7 @@ typedef enum {
|
||||
# ifdef VIR_ENUM_SENTINELS
|
||||
VIR_DOMAIN_CORE_DUMP_FORMAT_LAST
|
||||
/*
|
||||
* NB: this enum value will increase over time as new events are
|
||||
* NB: this enum value will increase over time as new formats are
|
||||
* added to the libvirt API. It reflects the last state supported
|
||||
* by this version of the libvirt API.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user