[tor-commits] [tor/master] feature/control: add a missing word to the send_control_done() comment

teor at torproject.org teor at torproject.org
Tue Sep 24 05:09:13 UTC 2019


commit 0cb57a490845815ef6165f00e8a774c184516903
Author: teor <teor at 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,



More information about the tor-commits mailing list