diff --git a/src/text.c b/src/text.c
index 04180e582ad0bfe3f4d37777ca24503520e30319..3ab0f66b247a688c37620fdb6cb05d3d39dd81bd 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) {