From 2a788c6439ab6789a2cf522d30b5af22be26dc72 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 7 Apr 2010 10:30:28 +0200 Subject: [PATCH] Fix a typo in comment --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 731fcebd88..d1b7880a48 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -12262,7 +12262,7 @@ error: * @dom: pointer to the domain * @flags: optional flags currently unused * - * Remove any managed save image as for this domain. + * Remove any managed save image for this domain. * * Returns 0 in case of success, and -1 in case of error */