summaryrefslogtreecommitdiffhomepage
path: root/server/fsm.go
diff options
context:
space:
mode:
authorShawn Smith <shawnpsmith@gmail.com>2016-04-19 04:48:21 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-04-19 10:52:44 +0900
commit3bd6e20fe4e3fb60b28dbd06367627bd4df9ddff (patch)
tree3f061d9cb9a77939b9538a00a8b8eef58d8b7d6c /server/fsm.go
parent332766189685028c4f9852e4285fb1a9025223cc (diff)
server: fix comment typo
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 {