X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/044a026ba2f0089776110d91f692e4187cf0220e..d2777156522f139a858bd6b5b51e364826bc95a7:/print-bgp.c diff --git a/print-bgp.c b/print-bgp.c index bfe52eff..e13fdd91 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -949,7 +949,7 @@ bgp_rt_prefix_print(netdissect_options *ndo, /* * get the ext-comm type * Note: pptr references a static 8 octet buffer with unused bits set to 0, - * hense EXTRACT_*() macros are safe. + * hence EXTRACT_*() macros are safe. */ ec_type = EXTRACT_BE_U_2(pptr); switch (ec_type) {