浏览代码

feature/control: add a missing word to the send_control_done() comment

teor 4 年之前
父节点
当前提交
0cb57a4908
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/feature/control/control_proto.c

+ 1 - 1
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,