]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect-ctype.h
DNS: Sync types with IANA
[tcpdump] / netdissect-ctype.h
index ae4a3ce0a5510fc4ba39131da983348cba26dd18..9f82200ea95c0e0420286f73fb28ce3e20e482e2 100644 (file)
@@ -42,7 +42,7 @@
 #define ND_TOASCII(c)          ((c) & 0x7F)
 
 /*
- * Locale-independent macros for coverting to upper or lower case.
+ * Locale-independent macros for converting to upper or lower case.
  *
  * Byte values outside the ASCII range are not converted.  Byte values
  * *in* the ASCII range are converted to byte values in the ASCII range;