From 2baa1c38f2f44eb915736bd65cd6e2869b76c76d Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 16 Mar 2018 16:23:48 -0700 Subject: [PATCH] clarify comment --- nomad/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/config.go b/nomad/config.go index e472df1a7..12cb9825c 100644 --- a/nomad/config.go +++ b/nomad/config.go @@ -81,7 +81,7 @@ type Config struct { // by the other servers and clients RPCAddr *net.TCPAddr - // ClientRPCAdvertise is the address that is advertised to other nodes for + // ClientRPCAdvertise is the address that is advertised to client nodes for // the RPC endpoint. This can differ from the RPC address, if for example // the RPCAddr is unspecified "0.0.0.0:4646", but this address must be // reachable