summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-10-03 10:27:27 +0200
committerDaniel Gustafsson <daniel@yesql.se>2018-10-03 10:27:27 +0200
commite182fc1613196540df12bcaa846e79f80aa5432c (patch)
treee0ec9f12b18564a7970171cca74d98ce22284a48 /lib/url.c
parentaf996626885b82dcf25b93de8e0041be6c4f1555 (diff)
downloadcurl-e182fc1613196540df12bcaa846e79f80aa5432c.tar.gz
comment: Fix multiple typos in function parameters
Ensure that the parameters in the comment match the actual names in the prototype. Closes #3079 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 761d7cc76..f152319e7 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -2855,7 +2855,7 @@ out:
* len [in] - The length of the login string.
* userp [in/out] - The address where a pointer to newly allocated memory
* holding the user will be stored upon completion.
- * passdwp [in/out] - The address where a pointer to newly allocated memory
+ * passwdp [in/out] - The address where a pointer to newly allocated memory
* holding the password will be stored upon completion.
* optionsp [in/out] - The address where a pointer to newly allocated memory
* holding the options will be stored upon completion.