From: Denis Ovsienko Date: Fri, 28 Apr 2023 20:15:05 +0000 (+0100) Subject: NHRP: Fix typos in a comment. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/1996f8b96097e3678def4e822341dd636259e939?ds=inline NHRP: Fix typos in a comment. [skip ci] --- 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.