small modification

This commit is contained in:
yangzhouhan
2015-08-07 14:33:01 -07:00
parent 3ecd749815
commit 813dca6ff7

View File

@ -72,7 +72,7 @@ type etcdNR struct {
cancel context.CancelFunc
}
// NewETCDNR creates a etcd nameResolver
// NewETCDNR creates an etcd NameResolver
func NewETCDNR(cfg etcdcl.Config) *etcdNR {
c, err := etcdcl.New(cfg)
if err != nil {