From 25e0a9cf26bbbe3c3f789707905b0922c6f028d1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 9 Oct 2018 15:17:16 +0200 Subject: [PATCH] Fix parameter index in a comment --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index b5aaf981..3330da69 100644 --- 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...) - * 1 : rsp = Fully prepared response. Will be freed on exit. + * 2 : rsp = Fully prepared response. Will be freed on exit. * * Returns : Nothing. * -- 2.39.2