]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: Fix typo for read functions documentation
authorDavid Zafman <david.zafman@inktank.com>
Tue, 1 Apr 2014 23:43:35 +0000 (16:43 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Wed, 9 Apr 2014 02:30:49 +0000 (19:30 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/include/rados/librados.h

index 0a3ef2b7f68606de435747f0c9630de622c852d5..40124b922deb9d93be12d8947aaf53486bae3774 100644 (file)
@@ -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