From e53b0f7f26f374f348881a42039a36692d171930 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 26 May 2020 14:22:20 +0200 Subject: [PATCH] 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 --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3