summaryrefslogtreecommitdiff
path: root/print-esp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-04-02 14:24:17 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-04-02 14:24:17 +0200
commit89c54d9bdade4e98c94ecd1c4f74593f6c7f3ce7 (patch)
treebdfd6e4cd02fb3fa5768f09d1d3a2b080f05a9a7 /print-esp.c
parentcf2a949169d4439cac9c1b19a76751697f3130e8 (diff)
downloadtcpdump-89c54d9bdade4e98c94ecd1c4f74593f6c7f3ce7.tar.gz
Remove a trailing space
Diffstat (limited to 'print-esp.c')
-rw-r--r--print-esp.c2
1 files changed, 1 insertions, 1 deletions
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;