]> The Tcpdump Group git mirrors - tcpdump/blobdiff - util-print.c
Fix some typos
[tcpdump] / util-print.c
index f5a7c622d0c6f44901afbbeeba945a0a54c61e1a..6d408d15d4ad772a74b01712f44c10118185cdbf 100644 (file)
@@ -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?