summaryrefslogtreecommitdiff
path: root/bfdd/bfd_packet.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-01-23 20:25:21 -0500
committeranlan_cs <vic.lan@pica8.com>2022-01-23 20:25:25 -0500
commit09e949a64fceaa4cfc1b67398dd588d35298f3ee (patch)
tree60a3174b23beea99fee6abd504ed57a14481a69d /bfdd/bfd_packet.c
parent9e84443acac051c31e504d8da657c2776332edf5 (diff)
bfdd: correct one word of comment
Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'bfdd/bfd_packet.c')
-rw-r--r--bfdd/bfd_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfdd/bfd_packet.c b/bfdd/bfd_packet.c
index 839f06329a..8eda78ebdb 100644
--- a/bfdd/bfd_packet.c
+++ b/bfdd/bfd_packet.c
@@ -692,7 +692,7 @@ int bfd_recv_cb(struct thread *t)
/* RFC 5880, Section 6.5: handle POLL/FINAL negotiation sequence. */
if (bfd->polling && BFD_GETFBIT(cp->flags)) {
- /* Disable pooling. */
+ /* Disable polling. */
bfd->polling = 0;
/* Handle poll finalization. */