aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-02 14:03:55 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-02 14:03:55 +0100
commitcfa81b8fb00928a88ed4b76807f564d3a895a493 (patch)
treed8d98c8e01064cbd399ca72608208d3170943a89 /lib/curl_sasl.c
parent69f7156ad96877b18b1867f9adc29454774d7cf7 (diff)
sasl: Corrected variable names in comments and parameters
Diffstat (limited to 'lib/curl_sasl.c')
-rw-r--r--lib/curl_sasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 343a1bb5d..e9a3c18d6 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -88,7 +88,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data,
* Parameters:
*
* data [in] - The session handle.
- * userp [in] - The user name.
+ * valuep [in] - The user name or user's password.
* outptr [in/out] - The address where a pointer to newly allocated memory
* holding the result will be stored upon completion.
* outlen [out] - The length of the output message.