summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Clift <justin@gluster.org>2014-04-04 18:22:50 +0100
committerAnand Avati <avati@redhat.com>2014-04-04 10:39:48 -0700
commitd8dd4049143c191cea451bade470b906c67dbbe0 (patch)
tree033d502b3f60ac6cdeb3360be1f80dddc816cde3
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>
-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 "