From 275d9792829c0f48fdb774fb6b2178e069e24b95 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Thu, 4 May 2023 23:26:49 +0200 Subject: [PATCH] fix main.c comment Signed-off-by: Julien CLEMENT --- jujure/static/picasso/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jujure/static/picasso/main.c b/jujure/static/picasso/main.c index d1235fa..02c4885 100644 --- a/jujure/static/picasso/main.c +++ b/jujure/static/picasso/main.c @@ -57,7 +57,7 @@ int32_t main(int32_t argc, char** argv, char** envp) char* pos_ptr = strchr("abcdefghjklmnpqrstuvwxyz", input[state_index]); if (pos_ptr != NULL) { - // Do stuff iterating on the state + // Doing stuff while iterating on the input ... state_index += 1; continue;