]> xenbits.xensource.com Git - libvirt.git/commitdiff
include: Fix copy-paste error in comment to virDomainCoreDumpFormat enum
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 20 May 2021 12:20:15 +0000 (14:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 20 May 2021 14:21:03 +0000 (16:21 +0200)
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>
include/libvirt/libvirt-domain.h

index e99bfb7654c50a5be0390b412f9e5d15bbad45c8..b33eede68b521b8c39aa3e283b7135aae714b489 100644 (file)
@@ -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.
      */