]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove the inexistent function in comments
authorOsier Yang <jyang@redhat.com>
Wed, 2 Jan 2013 09:27:07 +0000 (17:27 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 2 Jan 2013 14:42:44 +0000 (22:42 +0800)
virNodeDeviceLookupByKey is inexistent.

include/libvirt/libvirt.h.in

index c6739d7d105c7437482cc0cda26197191186dd0e..2de683513ca155c4d3555b98bce53861acb85940 100644 (file)
@@ -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;