summaryrefslogtreecommitdiff
path: root/src/feature/control/control_proto.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-05 23:19:25 +1000
committerteor <teor@torproject.org>2019-09-24 15:08:37 +1000
commit0cb57a490845815ef6165f00e8a774c184516903 (patch)
tree568fca166266a6b508b0a7b7851b9d41b92aae1c /src/feature/control/control_proto.c
parente1429d91480ee16ebe32be35263a4695e1795ff9 (diff)
downloadtor-0cb57a490845815ef6165f00e8a774c184516903.tar.gz
tor-0cb57a490845815ef6165f00e8a774c184516903.zip
feature/control: add a missing word to the send_control_done() comment
Diffstat (limited to 'src/feature/control/control_proto.c')
-rw-r--r--src/feature/control/control_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/control/control_proto.c b/src/feature/control/control_proto.c
index d2541e7308..5dec87491d 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,