commit 0cb57a490845815ef6165f00e8a774c184516903 Author: teor teor@torproject.org Date: Mon Aug 5 23:19:25 2019 +1000
feature/control: add a missing word to the send_control_done() comment --- src/feature/control/control_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/control/control_proto.c b/src/feature/control/control_proto.c index d2541e730..5dec87491 100644 --- a/src/feature/control/control_proto.c +++ b/src/feature/control/control_proto.c @@ -174,7 +174,7 @@ send_control_done(control_connection_t *conn) * @param conn control connection * @param code numeric result code * @param c separator character, usually ' ', '-', or '+' - * @param s string + * @param s string reply content */ MOCK_IMPL(void, control_write_reply, (control_connection_t *conn, int code, int c,
tor-commits@lists.torproject.org