summaryrefslogtreecommitdiff
path: root/setup_once.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-18 12:59:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-18 12:59:02 +0000
commit5d9bf10232a660d69ed69ce9a4aa0ffd6882a70a (patch)
tree9d4eb78141f5cbbb2a283ba862143a925a2a2434 /setup_once.h
parentdd3b42e1ac7536e6b5445292c298b89a7fb6c605 (diff)
downloadc-ares-5d9bf10232a660d69ed69ce9a4aa0ffd6882a70a.tar.gz
c-ares-5d9bf10232a660d69ed69ce9a4aa0ffd6882a70a.tar.bz2
c-ares-5d9bf10232a660d69ed69ce9a4aa0ffd6882a70a.zip
Tor's spell fixes
Diffstat (limited to 'setup_once.h')
-rw-r--r--setup_once.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_once.h b/setup_once.h
index 15ad563..7e373d6 100644
--- a/setup_once.h
+++ b/setup_once.h
@@ -117,7 +117,7 @@
/*
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
- * avoid negative number inputs whith argument byte codes > 127.
+ * avoid negative number inputs with argument byte codes > 127.
*/
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))