Drive-by comment correction

This commit is contained in:
Sean Chittenden
2016-06-13 18:14:50 -07:00
parent e39a49cb98
commit 388ef7f6af

View File

@@ -158,7 +158,7 @@ func NewSyncer(consulConfig *config.ConsulConfig, shutdownCh chan struct{}, logg
cfg := consul.DefaultConfig()
// If a nil config was provided, fall back to the default config
// If a nil consulConfig was provided, fall back to the default config
if consulConfig == nil {
consulConfig = cconfig.DefaultConfig().ConsulConfig
}