summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/dynbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/dynbuf.c')
-rw-r--r--libs/libcurl/src/dynbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/dynbuf.c b/libs/libcurl/src/dynbuf.c
index dfc1d05c64..38d370b078 100644
--- a/libs/libcurl/src/dynbuf.c
+++ b/libs/libcurl/src/dynbuf.c
@@ -161,7 +161,7 @@ CURLcode Curl_dyn_addn(struct dynbuf *s, const void *mem, size_t len)
}
/*
- * Append a zero terminated string at the end.
+ * Append a null-terminated string at the end.
*/
CURLcode Curl_dyn_add(struct dynbuf *s, const char *str)
{