From 02b4d34a04ad8c63bc9fa270ebe144cfe6b2646b Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 16 Dec 2010 11:43:08 -0700 Subject: [PATCH] maint: doc fix * src/libvirt.c: Avoid duplicate word. --- src/libvirt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvirt.c b/src/libvirt.c index 4188b452ea..ff2ac93857 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -3297,7 +3297,7 @@ error: * @flags: currently unused, pass 0 * * Reads a domain XML configuration document, and generates - * generates a native configuration file describing the domain. + * a native configuration file describing the domain. * The format of the native data is hypervisor dependant. * * Returns a 0 terminated UTF-8 encoded native config datafile, or NULL in case of error.