From 4ce302c8e5f19e0ac4417f2a75e206b64a1fc63d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 11 Jul 2011 20:51:26 +0200 Subject: Fix cut'n'paste bug in comment. --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; }; -- cgit v1.2.3