Fix cut'n'paste bug in comment.

This commit is contained in:
Linus Nordberg 2011-07-11 20:51:26 +02:00
parent 05c424f4b8
commit 4ce302c8e5

View File

@ -3119,7 +3119,7 @@ struct socks_request_t {
* see usernamelen for its length. */
char *username;
/** The negotiated password value if any (for socks5). This value is NOT
* nul-terminated; see usernamelen for its length. */
* nul-terminated; see passwordlen for its length. */
char *password;
};