From 3bd6e20fe4e3fb60b28dbd06367627bd4df9ddff Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Tue, 19 Apr 2016 04:48:21 +0900 Subject: [PATCH] server: fix comment typo --- server/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fsm.go b/server/fsm.go index 487e80c3..209cb2d2 100644 --- a/server/fsm.go +++ b/server/fsm.go @@ -657,7 +657,7 @@ func (h *FSMHandler) recvMessageWithError() (*FsmMsg, error) { copy(fmsg.payload[len(headerBuf):], bodyBuf) fallthrough case bgp.BGP_MSG_KEEPALIVE: - // if the lenght of h.holdTimerResetCh + // if the length of h.holdTimerResetCh // isn't zero, the timer will be reset // soon anyway. select {