]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Minor documentation fix
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Nov 2012 15:51:11 +0000 (10:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Nov 2012 15:51:11 +0000 (10:51 -0500)
src/or/routerparse.c

index 82c062cb52107b5b20b09685944c8123202a0dbf..0ab99a09ca71802bdc44eb32648175ddf3d32254 100644 (file)
@@ -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.
  */