[tor-commits] [tor/master] Fix cut'n'paste bug in comment.

nickm at torproject.org nickm at torproject.org
Wed Jul 13 16:13:22 UTC 2011


commit 4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d
Author: Linus Nordberg <linus at nordberg.se>
Date:   Mon Jul 11 20:51:26 2011 +0200

    Fix cut'n'paste bug in comment.
---
 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 3c76444..e9fab82 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;
 };
 





More information about the tor-commits mailing list