]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
librados: minor improvment to rados_t comment
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Tue, 26 May 2020 12:22:20 +0000 (14:22 +0200)
committerDaniel Bevenius <daniel.bevenius@gmail.com>
Tue, 26 May 2020 12:24:44 +0000 (14:24 +0200)
This commit contains a suggestion for improving the comment for the
rados_t type.

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
src/include/rados/librados.h

index c6d5633fac7eb4e449d471090af375c8499a2bbd..89d977be52e8c2daa49fe0303fad4d0635ec6ea7 100644 (file)
@@ -172,7 +172,7 @@ typedef enum {
  *
  * A handle for interacting with a RADOS cluster. It encapsulates all
  * RADOS client configuration, including username, key for
- * authentication, logging, and debugging. Talking different clusters
+ * authentication, logging, and debugging. Talking to different clusters
  * -- or to the same cluster with different users -- requires
  * different cluster handles.
  */