From 67585eb470d83ffac1216a69b8401de3afe5177c Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:11:47 +0200 Subject: [PATCH] fix comment for combinator_ctx_init () call --- src/hashcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashcat.c b/src/hashcat.c index 693a3b906..57d91b0d9 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -768,7 +768,7 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx) if (straight_ctx_init (hashcat_ctx) == -1) return -1; /** - * straight mode init + * combinator mode init */ if (combinator_ctx_init (hashcat_ctx) == -1) return -1;