From: Dan Mick Date: Thu, 28 Mar 2013 07:17:00 +0000 (-0700) Subject: librados.h: fix comment describing rados_pool_list X-Git-Tag: v0.62~150 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b9c8d4f8966054bf3471fe24f8dfdc411d18bba9;p=ceph.git librados.h: fix comment describing rados_pool_list Signed-off-by: Dan Mick --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 545953462d7..c80946de473 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -377,7 +377,7 @@ int rados_cluster_fsid(rados_t cluster, char *buf, size_t len); */ /** - * List objects in a pool + * List pools * * Gets a list of pool names as NULL-terminated strings. The pool * names will be placed in the supplied buffer one after another.