diff options
author | Linus Nordberg <linus@nordberg.se> | 2011-07-11 20:51:26 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2011-07-11 20:52:52 +0200 |
commit | 4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d (patch) | |
tree | 1d069b06ccbcd0551fc697c50e437149d928fb2b /src | |
parent | 05c424f4b830e98595b33397b58504462dbda8db (diff) | |
download | tor-4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d.tar tor-4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d.tar.gz |
Fix cut'n'paste bug in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/or.h | 2 |
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; }; |