X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/857656d29151f99a1c5de50a0c7574c3cf786241..7d2bc7fcb5961992d7d69fcdba3079931ca301b6:/util-print.c diff --git a/util-print.c b/util-print.c index f5a7c622..6d408d15 100644 --- a/util-print.c +++ b/util-print.c @@ -925,7 +925,7 @@ txtproto_print(netdissect_options *ndo, const u_char *pptr, u_int len, (defined(__s390__) || defined(__s390x__) || defined(__zarch__)) || \ defined(__vax__) /* - * The procesor natively handles unaligned loads, so just use memcpy() + * The processor natively handles unaligned loads, so just use memcpy() * and memcmp(), to enable those optimizations. * * XXX - are those all the x86 tests we need?