diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-10-03 10:27:27 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-10-03 10:27:27 +0200 |
commit | e182fc1613196540df12bcaa846e79f80aa5432c (patch) | |
tree | e0ec9f12b18564a7970171cca74d98ce22284a48 /lib/url.c | |
parent | af996626885b82dcf25b93de8e0041be6c4f1555 (diff) | |
download | curl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |