From 75bdfecda1632a9de5cd548c1fc73ede4c53bffb Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Sat, 24 Jan 2015 13:02:25 -0800 Subject: [PATCH] librados: fix typo in docs There is no rados_destroy(), only rados_ioctx_destroy(). Signed-off-by: Josh Durgin --- 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 9a35307f2b33..c0c18bf3a9f6 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -661,7 +661,7 @@ CEPH_RADOS_API rados_config_t rados_ioctx_cct(rados_ioctx_t io); /** * Get the cluster handle used by this rados_ioctx_t * Note that this is a weak reference, and should not - * be destroyed via rados_destroy(). + * be destroyed via rados_shutdown(). * * @param io the io context * @returns the cluster handle for this io context -- 2.47.3