diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:06:59 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:10:57 +0200 |
| commit | 0437e10517aa0b6c2e3490626333a0082ff4c79f (patch) | |
| tree | 498f2d6f82500fb304e37771d21d48c6185d089f /lib/bfd.c | |
| parent | 6cd85474f80492d4721966610357109593ae4ab9 (diff) | |
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/bfd.c')
| -rw-r--r-- | lib/bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ void bfd_peer_sendmsg(struct zclient *zclient, struct bfd_info *bfd_info, int ret; int len; - /* Individual reg/dereg messages are supressed during shutdown. */ + /* Individual reg/dereg messages are suppressed during shutdown. */ if (CHECK_FLAG(bfd_gbl.flags, BFD_GBL_FLAG_IN_SHUTDOWN)) { if (bfd_debug) zlog_debug( |
