diff options
Diffstat (limited to 'lib/dynbuf.c')
-rw-r--r-- | lib/dynbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynbuf.c b/lib/dynbuf.c index dfc1d05..38d370b 100644 --- a/lib/dynbuf.c +++ b/lib/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) { |