]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix the comment grammar
authorOsier Yang <jyang@redhat.com>
Wed, 2 Jan 2013 15:29:20 +0000 (23:29 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 2 Jan 2013 15:29:20 +0000 (23:29 +0800)
include/libvirt/libvirt.h.in

index 2de683513ca155c4d3555b98bce53861acb85940..cc3fe13f0b8196ba8ad2dd95b67714ce740df10e 100644 (file)
@@ -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.
  */