X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/ba8936b39b0ce2ff02f3aeb307df4c27657652d8..c0af6af3011d4c55bdadf3dd76cd5fc1115c50d0:/print-resp.c diff --git a/print-resp.c b/print-resp.c index 47f1eb3d..6529c745 100644 --- a/print-resp.c +++ b/print-resp.c @@ -434,7 +434,7 @@ resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { /* * Found it; bp_ptr points to the \r or \n, so bp_ptr - bp is the - * Length of the line text that preceeds it. Print it. + * Length of the line text that precedes it. Print it. */ len = (bp_ptr - bp); RESP_PRINT_SEGMENT(ndo, bp, len);