From 91b749a0ac5d386e510aa7ed88dc91d59fee9a1d Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 2 Jan 2013 23:29:20 +0800 Subject: [PATCH] Fix the comment grammar --- include/libvirt/libvirt.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */