diff options
author | Shawn Smith <shawnpsmith@gmail.com> | 2016-04-19 04:48:21 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-19 10:52:44 +0900 |
commit | 3bd6e20fe4e3fb60b28dbd06367627bd4df9ddff (patch) | |
tree | 3f061d9cb9a77939b9538a00a8b8eef58d8b7d6c | |
parent | 332766189685028c4f9852e4285fb1a9025223cc (diff) |
server: fix comment typo
-rw-r--r-- | server/fsm.go | 2 |
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 { |