From b9c8d4f8966054bf3471fe24f8dfdc411d18bba9 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 28 Mar 2013 00:17:00 -0700 Subject: [PATCH] librados.h: fix comment describing rados_pool_list Signed-off-by: Dan Mick --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3