]> xenbits.xensource.com Git - libvirt.git/commitdiff
checkpoint: Fix a typo of comments
authorHan Han <hhan@redhat.com>
Fri, 1 Apr 2022 03:03:26 +0000 (11:03 +0800)
committerJán Tomko <jtomko@redhat.com>
Fri, 1 Apr 2022 05:14:19 +0000 (07:14 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/libvirt-domain-checkpoint.c

index e6ad4f4f5dd41a14e34e38564c093a42ab016698..58ee26857d6ba293ad04af9221d985f5671f9f8e 100644 (file)
@@ -248,7 +248,7 @@ virDomainCheckpointGetXMLDesc(virDomainCheckpointPtr checkpoint,
  * @checkpoints: pointer to variable to store the array containing checkpoint
  *               object, or NULL if the list is not required (just returns
  *               number of checkpoints)
- * @flags: bitwise-OR of supported virDomainCheckpoinListFlags
+ * @flags: bitwise-OR of supported virDomainCheckpointListFlags
  *
  * Collect the list of domain checkpoints for the given domain and allocate
  * an array to store those objects.