]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 26 Apr 2006 18:33:50 +0000 (18:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 26 Apr 2006 18:33:50 +0000 (18:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3439 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 04180e582ad0bfe3f4d37777ca24503520e30319..3ab0f66b247a688c37620fdb6cb05d3d39dd81bd 100644 (file)
@@ -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) {