From fafefdf9dc9b62a6197c0444f20878a8e9fc7ad3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Nov 2023 12:41:13 +0100 Subject: [PATCH] urldata: fix typo in comment --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3