Comment nits

This commit is contained in:
Sean Chittenden
2016-04-08 11:55:20 -07:00
parent 97810148f3
commit f2dc2f636e
3 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ func (c *ServerCommand) Run(args []string) int {
coreConfig.AdvertiseAddr = envAA
}
// Attempt to detect the advertise address possible
// Attempt to detect the advertise address, if possible
var detect physical.AdvertiseDetect
if coreConfig.HAPhysical != nil {
detect, ok = coreConfig.HAPhysical.(physical.AdvertiseDetect)