From: Osier Yang Date: Wed, 2 Jan 2013 15:29:20 +0000 (+0800) Subject: Fix the comment grammar X-Git-Tag: v1.0.2-rc1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b749a0ac5d386e510aa7ed88dc91d59fee9a1d;p=thirdparty%2Flibvirt.git Fix the comment grammar --- diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 2de683513c..cc3fe13f0b 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -3113,8 +3113,8 @@ typedef struct _virNodeDevice virNodeDevice; * virNodeDevicePtr: * * A virNodeDevicePtr is a pointer to a virNodeDevice structure. Get - * one via, virNodeDeviceLookupByName, or virNodeDeviceCreate. Be sure - * to Call virNodeDeviceFree when done using a virNodeDevicePtr obtained + * one via virNodeDeviceLookupByName, or virNodeDeviceCreate. Be sure + * to call virNodeDeviceFree when done using a virNodeDevicePtr obtained * from any of the above functions to avoid leaking memory. */