summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)))