]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
feature/control: add a missing word to the send_control_done() comment
authorteor <teor@torproject.org>
Mon, 5 Aug 2019 13:19:25 +0000 (23:19 +1000)
committerteor <teor@torproject.org>
Tue, 24 Sep 2019 05:08:37 +0000 (15:08 +1000)
src/feature/control/control_proto.c

index d2541e730872e42c782d673c0627d6ac6c3140d0..5dec87491d7546f09275f599e3d247a0830eab45 100644 (file)
@@ -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,