]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix typos in librados example code 4975/head
authorJiaying Ren <mikulely@gmail.com>
Wed, 17 Jun 2015 02:49:10 +0000 (10:49 +0800)
committerJiaying Ren <mikulely@gmail.com>
Wed, 17 Jun 2015 15:47:09 +0000 (23:47 +0800)
Signed-off-by: Jiaying Ren <mikulely@gmail.com>
examples/librados/hello_world.cc

index 0e6a7acb182e782db5a5b0b2c43faa5c43ce2a2d..cb5476ffc84277149dd4c7afe124ae6a77b804eb 100644 (file)
@@ -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) {