diff --git a/src/text.c b/src/text.c index 04180e58..3ab0f66b 100644 --- a/src/text.c +++ b/src/text.c @@ -293,7 +293,7 @@ bool execute_command(const char *command) exit(0); } - /* Else continue as parent. */ + /* Continue as parent. */ close(fd[1]); if (pid == -1) {