mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
Fix the comment grammar
This commit is contained in:
parent
c898c7b3d8
commit
91b749a0ac
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user