aboutsummaryrefslogtreecommitdiff
path: root/include/gnurl/typecheck-gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnurl/typecheck-gcc.h')
-rw-r--r--include/gnurl/typecheck-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnurl/typecheck-gcc.h b/include/gnurl/typecheck-gcc.h
index 3a0f253f6..a6f638614 100644
--- a/include/gnurl/typecheck-gcc.h
+++ b/include/gnurl/typecheck-gcc.h
@@ -428,7 +428,7 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_off_t,
* == or whatsoever.
*/
-/* XXX: should evaluate to true iff expr is a pointer */
+/* XXX: should evaluate to true if expr is a pointer */
#define _curl_is_any_ptr(expr) \
(sizeof(expr) == sizeof(void *))