From d6e76e5dd42b3ffd28efb078babf32ce623f4c1a Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 18 Feb 2015 16:54:44 -0800 Subject: [PATCH] agent: Cleanup a comment --- command/agent/scada.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/agent/scada.go b/command/agent/scada.go index a57e023c2..2fd3d543d 100644 --- a/command/agent/scada.go +++ b/command/agent/scada.go @@ -53,7 +53,8 @@ func ProviderConfig(c *Config) *client.ProviderConfig { } // NewProvider creates a new SCADA provider using the -// given configuration. Requests are routed to the +// given configuration. Requests for the HTTP capability +// are passed off to the listener that is returned. func NewProvider(c *Config, logOutput io.Writer) (*client.Provider, net.Listener, error) { // Get the configuration of the provider config := ProviderConfig(c)