Fix write_short_policy usage comment

This commit is contained in:
teor 2017-02-01 13:48:09 +11:00 committed by Nick Mathewson
parent 0d4d9b6d88
commit e95b8f7df9

View 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)
{