From: Josh Durgin Date: Sat, 24 Jan 2015 21:02:25 +0000 (-0800) Subject: librados: fix typo in docs X-Git-Tag: v0.93~134^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75bdfecda1632a9de5cd548c1fc73ede4c53bffb;p=ceph.git librados: fix typo in docs There is no rados_destroy(), only rados_ioctx_destroy(). Signed-off-by: Josh Durgin --- 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