From: David Zafman Date: Tue, 1 Apr 2014 23:43:35 +0000 (-0700) Subject: librados: Fix typo for read functions documentation X-Git-Tag: v0.80-rc1~59^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1848a23757dde9135f2819c07dfc69388613fcef;p=ceph.git librados: Fix typo for read functions documentation Signed-off-by: David Zafman --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 0a3ef2b7f6860..40124b922deb9 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -2290,7 +2290,7 @@ void rados_read_op_omap_get_vals_by_keys(rados_read_op_t read_op, int *prval); /** - * Perform a write operation synchronously + * Perform a read operation synchronously * @param read_op operation to perform * @io the ioctx that the object is in * @oid the object id @@ -2302,7 +2302,7 @@ int rados_read_op_operate(rados_read_op_t read_op, int flags); /** - * Perform a write operation asynchronously + * Perform a read operation asynchronously * @param read_op operation to perform * @io the ioctx that the object is in * @param completion what to do when operation has been attempted