From: Nick Mathewson Date: Fri, 23 Nov 2012 15:51:11 +0000 (-0500) Subject: Minor documentation fix X-Git-Tag: tor-0.2.4.7-alpha~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06703f84dfa47e841fdab01bf5cbc32053606656;p=thirdparty%2Ftor.git Minor documentation fix --- diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 82c062cb52..0ab99a09ca 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -4305,8 +4305,8 @@ router_get_hash_impl_helper(const char *s, size_t s_len, /** Compute the digest of the substring of s taken from the first * occurrence of start_str through the first instance of c after the - * first subsequent occurrence of end_str; store the 20-byte result in - * digest; return 0 on success. + * first subsequent occurrence of end_str; store the 20-byte or 32-byte + * result in digest; return 0 on success. * * If no such substring exists, return -1. */