[libvirt] [PATCH] datatypes: fix virGetStoragePool's comment

Ján Tomko jtomko at redhat.com
Thu May 16 14:27:00 UTC 2013


---
Pushed under the trivial rule.

 src/datatypes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/datatypes.c b/src/datatypes.c
index 884eb3e..940d968 100644
--- a/src/datatypes.c
+++ b/src/datatypes.c
@@ -421,7 +421,7 @@ virInterfaceDispose(void *obj)
  * and register it in the table. In any case a corresponding call to
  * virObjectUnref() is needed to not leak data.
  *
- * Returns a pointer to the network, or NULL in case of failure
+ * Returns a pointer to the storage pool, or NULL in case of failure
  */
 virStoragePoolPtr
 virGetStoragePool(virConnectPtr conn, const char *name,
-- 
1.8.1.5




More information about the libvir-list mailing list