]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librados.h: fix comment describing rados_pool_list
authorDan Mick <dan.mick@inktank.com>
Thu, 28 Mar 2013 07:17:00 +0000 (00:17 -0700)
committerDan Mick <dan.mick@inktank.com>
Thu, 28 Mar 2013 07:24:01 +0000 (00:24 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/include/rados/librados.h

index 545953462d76a4f809250599cfb6cd592d4a7430..c80946de4732d94c46bd725ab3526a46c162b35b 100644 (file)
@@ -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.