From c838a4cd45c4e068cda72f079de8a6bd909afa7b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 26 Apr 2006 18:33:50 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3439 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
GitLab