sasl: Corrected variable names in comments and parameters

This commit is contained in:
Steve Holme
2012-06-02 14:03:55 +01:00
parent 69f7156ad9
commit cfa81b8fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -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.