From 9e93bfca724c17b58ec44315afa39151b52894c3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 25 Aug 2020 14:53:46 +0200 Subject: [PATCH] Fix comment typo Sponsored by: Robert Klemme --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index 93af9014..a5dfa9bc 100644 --- a/jcc.c +++ b/jcc.c @@ -4053,7 +4053,7 @@ extern int fuzz_server_response(struct client_state *csp, char *fuzz_input_file) if (strcmp(fuzz_input_file, "-") == 0) { - /* XXX: Doesn'T work yet. */ + /* XXX: Doesn't work yet. */ csp->server_connection.sfd = 0; } else -- 2.39.2