From: Ján Tomko Date: Thu, 16 May 2013 14:26:21 +0000 (+0200) Subject: datatypes: fix virGetStoragePool's comment X-Git-Tag: v1.0.6-rc1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3842cb4e418dca99d5cba6f94b45a6972e6c989;p=thirdparty%2Flibvirt.git datatypes: fix virGetStoragePool's comment --- diff --git a/src/datatypes.c b/src/datatypes.c index 884eb3e954..940d968b46 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,