From: Daniel Stenberg Date: Thu, 23 Nov 2023 11:41:13 +0000 (+0100) Subject: urldata: fix typo in comment X-Git-Tag: curl-8_5_0~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fafefdf9dc9b62a6197c0444f20878a8e9fc7ad3;p=thirdparty%2Fcurl.git urldata: fix typo in comment --- diff --git a/lib/urldata.h b/lib/urldata.h index 5b17b56de3..ff661482ea 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1432,7 +1432,7 @@ struct UrlState { this should be dealt with in pretransfer */ #ifndef CURL_DISABLE_HTTP curl_mimepart *mimepost; - curl_mimepart *formp; /* storage for old API form-posting, alloced on + curl_mimepart *formp; /* storage for old API form-posting, allocated on demand */ size_t trailers_bytes_sent; struct dynbuf trailers_buf; /* a buffer containing the compiled trailing