]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 15 Jul 2023 14:28:27 +0000 (16:28 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 15 Jul 2023 14:28:32 +0000 (16:28 +0200)
[skip ci]

print-bgp.c

index db5b26b0532f21632f8586697eb9c8443a315787..7a722fcb713d1b5a7d474726f65c070166d6bb56 100644 (file)
@@ -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;