corrected comment

This commit is contained in:
bjt-user 2024-01-20 21:06:09 +01:00
parent ff20bb92f7
commit 3252bf67ae
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void parse_event(char event_string[], struct event **head)
free(summary_str);
}
// the unfolded string has a semicolon
// the unfolded string has a space
// as a separator between what where previously separate lines
void unfolding_string(char *folded_string, char *unfolded_string)
{