linting: moar fixes

This commit is contained in:
Zach Ramsay
2017-10-03 19:11:55 -04:00
committed by Ethan Buchman
parent d7cb291fb2
commit a15c7f221d
8 changed files with 14 additions and 8 deletions

View File

@ -384,7 +384,7 @@ func (n *Node) OnStop() {
n.eventBus.Stop()
}
// RunForever waits for an interupt signal and stops the node.
// RunForever waits for an interrupt signal and stops the node.
func (n *Node) RunForever() {
// Sleep forever and then...
cmn.TrapSignal(func() {