X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6da51b3ec9fc858728e5ea981757d05f970958e0..cda9bf8c5f842fc7110fbbf2234bcc898f78c0bd:/print-esp.c diff --git a/print-esp.c b/print-esp.c index 151be1d6..f182f162 100644 --- a/print-esp.c +++ b/print-esp.c @@ -825,7 +825,7 @@ esp_print(netdissect_options *ndo, /* * Calculate the length of the ciphertext. ep points to * the beginning of the authentication data/integrity check - * value, i.e. right past the end of the ciphertext; + * value, i.e. right past the end of the ciphertext; */ ctlen = ep - ct;