From: Han Han Date: Fri, 1 Apr 2022 03:03:26 +0000 (+0800) Subject: checkpoint: Fix a typo of comments X-Git-Tag: v8.2.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75134a3a7d1ca6976dfc2af7cd53461cb0aee529;p=thirdparty%2Flibvirt.git checkpoint: Fix a typo of comments Signed-off-by: Han Han Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- diff --git a/src/libvirt-domain-checkpoint.c b/src/libvirt-domain-checkpoint.c index e6ad4f4f5d..58ee26857d 100644 --- a/src/libvirt-domain-checkpoint.c +++ b/src/libvirt-domain-checkpoint.c @@ -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.