From 1848a23757dde9135f2819c07dfc69388613fcef Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 1 Apr 2014 16:43:35 -0700 Subject: [PATCH] librados: Fix typo for read functions documentation Signed-off-by: David Zafman --- src/include/rados/librados.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5