From: Daniel Bevenius Date: Tue, 26 May 2020 12:22:20 +0000 (+0200) Subject: librados: minor improvment to rados_t comment X-Git-Tag: v16.1.0~2193^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35244%2Fhead;p=ceph.git librados: minor improvment to rados_t comment This commit contains a suggestion for improving the comment for the rados_t type. Signed-off-by: Daniel Bevenius --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index c6d5633fac7..89d977be52e 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -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. */