From: Eric Blake Date: Thu, 16 Dec 2010 18:43:08 +0000 (-0700) Subject: maint: doc fix X-Git-Tag: v0.8.7~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b4d34a04ad8c63bc9fa270ebe144cfe6b2646b;p=thirdparty%2Flibvirt.git maint: doc fix * src/libvirt.c: Avoid duplicate word. --- 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.