[PATCH] checkpoint: Fix a typo of comments

Han Han posted 1 patch 2 years ago
Test syntax-check passed
Failed in applying to current master (apply log)
src/libvirt-domain-checkpoint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] checkpoint: Fix a typo of comments
Posted by Han Han 2 years ago
Signed-off-by: Han Han <hhan@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 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.
-- 
2.35.1
Re: [PATCH] checkpoint: Fix a typo of comments
Posted by Ján Tomko 2 years ago
On a Friday in 2022, Han Han wrote:
>Signed-off-by: Han Han <hhan@redhat.com>
>---
> src/libvirt-domain-checkpoint.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano