aboutsummaryrefslogtreecommitdiff
path: root/netdissect-ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'netdissect-ctype.h')
-rw-r--r--netdissect-ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect-ctype.h b/netdissect-ctype.h
index ae4a3ce0..9f82200e 100644
--- a/netdissect-ctype.h
+++ b/netdissect-ctype.h
@@ -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;