Fix parameter index in a comment
authorFabian Keil <fk@fabiankeil.de>
Tue, 9 Oct 2018 13:17:16 +0000 (15:17 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 10 Oct 2018 13:17:33 +0000 (15:17 +0200)
jcc.c

diff --git a/jcc.c b/jcc.c
index b5aaf98..3330da6 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -758,7 +758,7 @@ static void log_applied_actions(const struct current_action_spec *actions)
  *
  * Parameters  :
  *          1  :  csp = Current client state (buffers, headers, etc...)
  *
  * Parameters  :
  *          1  :  csp = Current client state (buffers, headers, etc...)
- *          1  :  rsp = Fully prepared response. Will be freed on exit.
+ *          2  :  rsp = Fully prepared response. Will be freed on exit.
  *
  * Returns     :  Nothing.
  *
  *
  * Returns     :  Nothing.
  *