summaryrefslogtreecommitdiffhomepage
path: root/server/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/fsm.go')
-rw-r--r--server/fsm.go2
1 files changed, 1 insertions, 1 deletions
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 {