From d8dd4049143c191cea451bade470b906c67dbbe0 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 4 Apr 2014 18:22:50 +0100 Subject: cli: Trivial wording improvement of a comment Change-Id: Ib569b39bdf0357c30c94c7a1b8d3ff87b811841c Reviewed-on: http://review.gluster.org/7403 Reviewed-by: Justin Clift Tested-by: Justin Clift Reviewed-by: Anand Avati --- cli/src/cli.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/src/cli.c b/cli/src/cli.c index a77200c66..2c703689b 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 " -- cgit