diff options
author | teor <teor2345@gmail.com> | 2017-02-01 13:48:09 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-01 09:39:05 -0500 |
commit | e95b8f7df9faf61dea8f523da7548a7217aa831a (patch) | |
tree | 3668a897dd4fa764c9d84b675f4ed35b8d239d6d /src | |
parent | 0d4d9b6d889de6dc85ca8870ada123aaf41b0053 (diff) | |
download | tor-e95b8f7df9faf61dea8f523da7548a7217aa831a.tar.gz tor-e95b8f7df9faf61dea8f523da7548a7217aa831a.zip |
Fix write_short_policy usage comment
Diffstat (limited to 'src')
-rw-r--r-- | src/or/policies.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/policies.c b/src/or/policies.c index 227e168d9d..1262bef6f4 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -2624,8 +2624,7 @@ parse_short_policy(const char *summary) return result; } -/** Write <b>policy</b> back out into a string. Used only for unit tests - * currently. */ +/** Write <b>policy</b> back out into a string. */ char * write_short_policy(const short_policy_t *policy) { |