summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2018-06-03 12:14:45 +0000
committerViktor Szakats <vszakats@users.noreply.github.com>2018-06-03 12:14:45 +0000
commit4bd91bc4742dbf194dd7a63519aa1ed32e4db47d (patch)
tree46fa0ad2951fd0cd86c3875b9c065a1aebc54217 /include
parent71c39f29651523ffda10d0abc17f9057f54bd356 (diff)
downloadgnurl-4bd91bc4742dbf194dd7a63519aa1ed32e4db47d.tar.gz
gnurl-4bd91bc4742dbf194dd7a63519aa1ed32e4db47d.tar.bz2
gnurl-4bd91bc4742dbf194dd7a63519aa1ed32e4db47d.zip
spelling fixes
Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL.
Diffstat (limited to 'include')
-rw-r--r--include/curl/typecheck-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h
index 3a0f253f6..a6f638614 100644
--- a/include/curl/typecheck-gcc.h
+++ b/include/curl/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 *))