summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/0004-urldata-fix-multi-handle-comment.p
blob: 7bdf402fbba42405561c24581cbbc958ea58fc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/lib/urldata.h b/lib/urldata.h
index f5bd5a3e9..aba07c275 100644
--- lib/urldata.h
+++ lib/urldata.h
@@ -1531,7 +1531,7 @@ struct UrlState {
  * Character pointer fields point to dynamic storage, unless otherwise stated.
  */
 
-struct Curl_multi;    /* declared and used only in multi.c */
+struct Curl_multi;    /* declared in multihandle.c */
 
 /*
  * This enumeration MUST not use conditional directives (#ifdefs), new
-- 
2.34.1