@@ -457,7 +457,7 @@ void ptm_bfd_snd(struct bfd_session *bfd, int fbit)
457457 /*
458458 * We can only announce current setting on poll, this
459459 * avoids timing mismatch with our peer and give it
460- * the oportunity to learn. See `bs_final_handler` for
460+ * the opportunity to learn. See `bs_final_handler` for
461461 * more information.
462462 */
463463 cp .timers .desired_min_tx =
@@ -839,13 +839,13 @@ static bool bfd_check_auth(const struct bfd_session *bfd,
839839 case BFD_AUTH_NULL :
840840 return false;
841841 case BFD_AUTH_SIMPLE :
842- /* RFC5880 6.7: To be finshed . */
842+ /* RFC5880 6.7: To be finished . */
843843 return false;
844844 case BFD_AUTH_CRYPTOGRAPHIC :
845- /* RFC5880 6.7: To be finshed . */
845+ /* RFC5880 6.7: To be finished . */
846846 return false;
847847 default :
848- /* RFC5880 6.7: To be finshed . */
848+ /* RFC5880 6.7: To be finished . */
849849 return false;
850850 }
851851 }
@@ -1126,7 +1126,7 @@ void bfd_recv_cb(struct event *t)
11261126 /*
11271127 * Detection timeout calculation:
11281128 * The minimum detection timeout is the remote detection
1129- * multipler (number of packets to be missed) times the agreed
1129+ * multiplier (number of packets to be missed) times the agreed
11301130 * transmission interval.
11311131 *
11321132 * RFC 5880, Section 6.8.4.
@@ -1160,7 +1160,7 @@ void bfd_recv_cb(struct event *t)
11601160}
11611161
11621162/*
1163- * bp_bfd_echo_in: proccesses an BFD echo packet. On TTL == BFD_TTL_VAL
1163+ * bp_bfd_echo_in: processes an BFD echo packet. On TTL == BFD_TTL_VAL
11641164 * the packet is looped back or returns the my discriminator ID along
11651165 * with the TTL.
11661166 *
@@ -2050,7 +2050,7 @@ void ptm_sbfd_initiator_snd(struct bfd_session *bfd, int fbit)
20502050 /*
20512051 * We can only announce current setting on poll, this
20522052 * avoids timing mismatch with our peer and give it
2053- * the oportunity to learn. See `bs_final_handler` for
2053+ * the opportunity to learn. See `bs_final_handler` for
20542054 * more information.
20552055 */
20562056 cp .timers .desired_min_tx = htonl (bfd -> cur_timers .desired_min_tx );
0 commit comments