diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-05 01:57:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-05 01:57:27 +0000 |
commit | 4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4 (patch) | |
tree | 4f42b1b44c1110f7d9acb0b756bbe06540c0b2d0 /src/or/routerparse.c | |
parent | a53a73a782377bc1725c458b20b26368dd260b0f (diff) | |
download | tor-4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4.tar.gz tor-4c1fa73c7e7e7d68078d2cb5297d76c2e83715c4.zip |
typos and nits
svn:r5911
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 00bc8a454a..99fb7defb5 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1651,7 +1651,7 @@ find_all_exitpolicy(smartlist_t *s) return out; } -/** Compute the SHA digest of the substring of <b>s</b> taken from the first +/** Compute the SHA-1 digest of the substring of <b>s</b> taken from the first * occurrence of <b>start_str</b> through the first newline after the first * subsequent occurrence of <b>end_str</b>; store the 20-byte result in * <b>digest</b>; return 0 on success. |