fix main.c comment

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2023-05-04 23:26:49 +02:00
parent cab326b68e
commit 275d979282

View File

@ -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;