diff options
Diffstat (limited to 'libs/libcurl/src/bufref.c')
-rw-r--r-- | libs/libcurl/src/bufref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/bufref.c b/libs/libcurl/src/bufref.c index 644aebf188..e94dc910b2 100644 --- a/libs/libcurl/src/bufref.c +++ b/libs/libcurl/src/bufref.c @@ -48,7 +48,7 @@ void Curl_bufref_init(struct bufref *br) }
/*
- * Free the buffer and re-init the necessary fields. It doesn't touch the
+ * Free the buffer and re-init the necessary fields. It does not touch the
* 'signature' field and thus this buffer reference can be reused.
*/
|