From: Francois-Xavier Le Bail Date: Sat, 15 Jul 2023 14:28:27 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b200ed928524fa60c8a76b79e337ddcd8fb9fbf8?ds=sidebyside Fix a typo in a comment [skip ci] --- diff --git a/print-bgp.c b/print-bgp.c index db5b26b0..7a722fcb 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -1682,7 +1682,7 @@ trunc: /* * We can come here, either we did not have enough data, or if we * try to decode 4 byte ASs in 2 byte format. Either way, return 4, - * so that calller can try to decode each AS as of 4 bytes. If indeed + * so that caller can try to decode each AS as of 4 bytes. If indeed * there was not enough data, it will crib and end the parse anyways. */ return 4;