summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2011-07-11 20:51:26 +0200
committerLinus Nordberg <linus@nordberg.se>2011-07-11 20:52:52 +0200
commit4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d (patch)
tree1d069b06ccbcd0551fc697c50e437149d928fb2b
parent05c424f4b830e98595b33397b58504462dbda8db (diff)
downloadtor-4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d.tar.gz
tor-4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d.zip
Fix cut'n'paste bug in comment.
-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 3c764440ea..e9fab82f18 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;
};