aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-23 10:51:11 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-23 10:51:11 -0500
commit06703f84dfa47e841fdab01bf5cbc32053606656 (patch)
tree0971eabf8ef1948907005b95329acefa4f825d50
parent99669c69b3ad424c02393c97b48795eba6fb36bb (diff)
downloadtor-06703f84dfa47e841fdab01bf5cbc32053606656.tar
tor-06703f84dfa47e841fdab01bf5cbc32053606656.tar.gz
Minor documentation fix
-rw-r--r--src/or/routerparse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 82c062cb5..0ab99a09c 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 <b>s</b> taken from the first
* occurrence of <b>start_str</b> through the first instance of c after the
- * first subsequent occurrence of <b>end_str</b>; store the 20-byte result in
- * <b>digest</b>; return 0 on success.
+ * first subsequent occurrence of <b>end_str</b>; store the 20-byte or 32-byte
+ * result in <b>digest</b>; return 0 on success.
*
* If no such substring exists, return -1.
*/