aboutsummaryrefslogtreecommitdiff
path: root/netdissect-ctype.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:18:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:18:05 +0000
commite80a3ce889befcf0d4e374d14f11c220d18ee632 (patch)
tree7cd8e81bb6d447bc16cf5ed21c190e670854b607 /netdissect-ctype.h
parent59afcc75e0bc393bb1fcc139a06f8a94f5e4faac (diff)
parentecbde7e0a073a51a5b6d3403d36b265b37eaf444 (diff)
downloadtcpdump-aml_uwb_341513070.tar.gz
Change-Id: I77d591defd34313856bf76a83c5d9c569964202a
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;