summaryrefslogtreecommitdiffstats
path: root/tools
ModeNameSize
-rw-r--r--Makefile.am69logstatsplain
d---------gfind_missing_files213logstatsplain
d---------glusterfind168logstatsplain
d---------setgfid2path119logstatsplain
ch) tree033d502b3f60ac6cdeb3360be1f80dddc816cde3 /cli parent50b33f4050e11876ecb8e3512880334de25e3f21 (diff)
cli: Trivial wording improvement of a comment
Change-Id: Ib569b39bdf0357c30c94c7a1b8d3ff87b811841c Reviewed-on: http://review.gluster.org/7403 Reviewed-by: Justin Clift <justin@gluster.org> Tested-by: Justin Clift <justin@gluster.org> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/src/cli.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index a77200c6692..2c703689b59 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -553,9 +553,9 @@ cli_rpc_init (struct cli_state *state)
if (!options)
goto out;
- /* Connect using to glusterd using the specified method, giving
- * preference to unix socket connection. If nothing is specified connect
- * to the default glusterd socket
+ /* Connect to glusterd using the specified method, giving preference
+ * to a unix socket connection. If nothing is specified, connect to
+ * the default glusterd socket.
*/
if (state->glusterd_sock) {
gf_log ("cli", GF_LOG_INFO, "Connecting to glusterd using "