summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-17 17:32:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-17 23:19:29 +0200
commit307b7543ea1e73ab04e062bdbe4b5bb409eaba3a (patch)
treefdadf446776bc5182f71165156834cdf6f5bc97e /include
parentdb02e0e980fe82262ac2e29a1495bbd3e61010db (diff)
downloadcurl-307b7543ea1e73ab04e062bdbe4b5bb409eaba3a.tar.gz
misc: null-terminate
Make use of this term consistently. Closes #9527
Diffstat (limited to 'include')
-rw-r--r--include/curl/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/options.h b/include/curl/options.h
index c8ac827c0..a792687cf 100644
--- a/include/curl/options.h
+++ b/include/curl/options.h
@@ -33,7 +33,7 @@ typedef enum {
CURLOT_VALUES, /* (a defined set or bitmask) */
CURLOT_OFF_T, /* curl_off_t (a range of values) */
CURLOT_OBJECT, /* pointer (void *) */
- CURLOT_STRING, /* (char * to zero terminated buffer) */
+ CURLOT_STRING, /* (char * to null-terminated buffer) */
CURLOT_SLIST, /* (struct curl_slist *) */
CURLOT_CBPTR, /* (void * passed as-is to a callback) */
CURLOT_BLOB, /* blob (struct curl_blob *) */