summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-04-28 21:15:05 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-04-28 21:15:05 +0100
commit1996f8b96097e3678def4e822341dd636259e939 (patch)
treeb3ace02c0cef30a9faf229f39dd482fa40595bf2
parentef2869ecb72f85fbb452094b45fa53743a23d086 (diff)
downloadtcpdump-1996f8b96097e3678def4e822341dd636259e939.tar.gz
NHRP: Fix typos in a comment. [skip ci]
-rw-r--r--print-nhrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-nhrp.c b/print-nhrp.c
index 6947a7ca..54dc56b1 100644
--- a/print-nhrp.c
+++ b/print-nhrp.c
@@ -482,9 +482,9 @@ invalid:
nd_print_invalid(ndo);
/*
- * We get here because this CIE goes past thE remaining length,
+ * We get here because this CIE goes past the remaining length,
* of the mandatory part. We've reported that error; we now
- * assignt he insufficnetly-large remaining piece of the
+ * assign the insufficiently-large remaining piece of the
* mandatory part to this CIE, so that this CIE finishes up
* the mandatory part, and the loop processing the CIEs
* terminates. There cannot be any CIEs after this one.