From ca285d4d5706fecdccccdb29e257923757ce208d Mon Sep 17 00:00:00 2001 From: Jiaying Ren Date: Wed, 17 Jun 2015 10:49:10 +0800 Subject: [PATCH] Fix typos in librados example code Signed-off-by: Jiaying Ren --- examples/librados/hello_world.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {