diff options
author | Jiaying Ren <mikulely@gmail.com> | 2015-06-17 04:49:10 +0200 |
---|---|---|
committer | Jiaying Ren <mikulely@gmail.com> | 2015-06-17 17:47:09 +0200 |
commit | ca285d4d5706fecdccccdb29e257923757ce208d (patch) | |
tree | b0c85364c5a035c9bd23a942464a19570c945de5 /examples | |
parent | Merge pull request #4964 from ceph/wip-12019 (diff) | |
download | ceph-ca285d4d5706fecdccccdb29e257923757ce208d.tar.xz ceph-ca285d4d5706fecdccccdb29e257923757ce208d.zip |
Fix typos in librados example code
Signed-off-by: Jiaying Ren <mikulely@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/librados/hello_world.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/librados/hello_world.cc b/examples/librados/hello_world.cc index 0e6a7acb182..cb5476ffc84 100644 --- a/examples/librados/hello_world.cc +++ b/examples/librados/hello_world.cc @@ -132,7 +132,7 @@ int main(int argc, const char **argv) /* * now that we have the data to write, let's send it to an object. - * We'll use the asynchronous interface for simplicity. + * We'll use the synchronous interface for simplicity. */ ret = io_ctx.write_full(object_name, bl); if (ret < 0) { |