]> The Tcpdump Group git mirrors - tcpdump/commitdiff
NHRP: Fix typos in a comment. [skip ci]
authorDenis Ovsienko <[email protected]>
Fri, 28 Apr 2023 20:15:05 +0000 (21:15 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 28 Apr 2023 20:15:05 +0000 (21:15 +0100)
print-nhrp.c

index 6947a7ca74d60a001c461500f007f6752e16ae13..54dc56b1d07ad7cb6a17440bcbbaa4345165f0cd 100644 (file)
@@ -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.