From b200ed928524fa60c8a76b79e337ddcd8fb9fbf8 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 15 Jul 2023 16:28:27 +0200 Subject: [PATCH] Fix a typo in a comment [skip ci] --- print-bgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5