From: Osier Yang Date: Wed, 2 Jan 2013 09:27:07 +0000 (+0800) Subject: Remove the inexistent function in comments X-Git-Tag: v1.0.2-rc1~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c898c7b3d84a9d26895c1cca6e399218117c7a57;p=thirdparty%2Flibvirt.git Remove the inexistent function in comments virNodeDeviceLookupByKey is inexistent. --- diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index c6739d7d10..2de683513c 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -3113,10 +3113,9 @@ typedef struct _virNodeDevice virNodeDevice; * virNodeDevicePtr: * * A virNodeDevicePtr is a pointer to a virNodeDevice structure. Get - * one via virNodeDeviceLookupByKey, virNodeDeviceLookupByName, or - * virNodeDeviceCreate. Be sure to Call virNodeDeviceFree when done - * using a virNodeDevicePtr obtained from any of the above functions to - * avoid leaking memory. + * 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. */ typedef virNodeDevice *virNodeDevicePtr;