mirror of
https://github.com/ceph/ceph
synced 2025-01-29 14:34:40 +00:00
librados.hpp: replace paris with pairs
Signed-off-by: Adam Manzanares <nmtadam@gmail.com> Working on a lua-rados library I noticed that paris was used in the place of pairs in some comments.
This commit is contained in:
parent
d5ec9cad4a
commit
e01c15b23c
@ -149,7 +149,7 @@ namespace librados
|
||||
void assert_exists();
|
||||
|
||||
/**
|
||||
* get key/value paris for specified keys
|
||||
* get key/value pairs for specified keys
|
||||
*
|
||||
* @param assertions [in] comparison assertions
|
||||
* @param prval [out] place error code in prval upon completion
|
||||
@ -316,7 +316,7 @@ namespace librados
|
||||
void omap_get_header(bufferlist *header, int *prval);
|
||||
|
||||
/**
|
||||
* get key/value paris for specified keys
|
||||
* get key/value pairs for specified keys
|
||||
*
|
||||
* @param to_get [in] keys to get
|
||||
* @param out_vals [out] place key/value pairs found here on completion
|
||||
|
Loading…
Reference in New Issue
Block a user