server: fix comment typo

This commit is contained in:
Shawn Smith
2016-04-19 10:52:44 +09:00
committed by FUJITA Tomonori
parent 3327661896
commit 3bd6e20fe4
+1 -1
View File
@@ -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 {