clarify error comment

pull/2632/head
Cory LaNou 2015-05-22 14:59:30 -06:00
parent e0f13cb44c
commit 888b2cbecb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
var ( var (
// ErrBindAddressRequired is returned when starting the Server // ErrBindAddressRequired is returned when starting the Server
// without a TCP or UDP listening address. // without providing a bind address
ErrBindAddressRequired = errors.New("bind address required") ErrBindAddressRequired = errors.New("bind address required")
// ErrServerClosed return when closing an already closed graphite server. // ErrServerClosed return when closing an already closed graphite server.