]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix write_short_policy usage comment
authorteor <teor2345@gmail.com>
Wed, 1 Feb 2017 02:48:09 +0000 (13:48 +1100)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Feb 2017 14:39:05 +0000 (09:39 -0500)
src/or/policies.c

index 227e168d9d6f1cc4cd92e0a8eaf282186cf111c3..1262bef6f4e2c3714756a36397ff1fbdf9c58312 100644 (file)
@@ -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)
 {