Reword comment after moving code into new packages

This commit is contained in:
Sean Chittenden 2016-03-25 12:34:46 -07:00
parent 68183c4378
commit b8bbdb9e7a
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ type ConsulClusterInfo interface {
NumNodes() int
}
// serverCfg is the thread-safe configuration structure that is used to
// maintain the list of consul servers in Client.
// serverCfg is the thread-safe configuration struct used to maintain the
// list of Consul servers in ServerManager.
//
// NOTE(sean@): We are explicitly relying on the fact that serverConfig will
// be copied onto the stack. Please keep this structure light.