diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-09-09 23:48:33 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-09-14 11:12:28 +1000 |
commit | 60312dc08b30243740e85c2a944874014f682579 (patch) | |
tree | b240681a50c1f34e8690d31821871d739bbc20fa /src/or/policies.c | |
parent | a444b11323799536b4cd7902e29f711b0806293a (diff) | |
download | tor-60312dc08b30243740e85c2a944874014f682579.tar.gz tor-60312dc08b30243740e85c2a944874014f682579.zip |
Update comments about ExitPolicy parsing
Fix incomplete and incorrect comments.
Comment changes only.
Diffstat (limited to 'src/or/policies.c')
-rw-r--r-- | src/or/policies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/policies.c b/src/or/policies.c index 560b8cb4c3..07a3e18597 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -152,7 +152,7 @@ policy_expand_unspec(smartlist_t **policy) } /** - * Given a linked list of config lines containing "allow" and "deny" + * Given a linked list of config lines containing "accept[6]" and "reject[6]" * tokens, parse them and append the result to <b>dest</b>. Return -1 * if any tokens are malformed (and don't append any), else return 0. * |