aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 3c764440e..e9fab82f1 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -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;
};