35 lines
1.4 KiB
Diff
35 lines
1.4 KiB
Diff
From 5d84740e04d99a8503f20b2281f3fd70fa1f69ab Mon Sep 17 00:00:00 2001
|
|
From: jipengfei <jipengfei_yewu@cmss.chinamobile.com>
|
|
Date: Thu, 24 Nov 2022 16:43:51 +0800
|
|
Subject: [PATCH 16/23] checkpoint: Fix a typo of comments
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
cherry-pick from 75134a3a7d1ca6976dfc2af7cd53461cb0aee529
|
|
|
|
Signed-off-by: Han Han <hhan@redhat.com>
|
|
Signed-off-by: jipengfei <jipengfei_yewu@cmss.chinamobile.com>
|
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
|
Signed-off-by: Ján Tomko <jtomko@redhat.com>
|
|
---
|
|
src/libvirt-domain-checkpoint.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/libvirt-domain-checkpoint.c b/src/libvirt-domain-checkpoint.c
|
|
index 432c2d5a52..58668c391c 100644
|
|
--- a/src/libvirt-domain-checkpoint.c
|
|
+++ b/src/libvirt-domain-checkpoint.c
|
|
@@ -236,7 +236,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.
|
|
--
|
|
2.27.0
|
|
|