Code

io: fix comment in io struct
authorJonas Fonseca <fonseca@diku.dk>
Sun, 21 Mar 2010 19:12:49 +0000 (15:12 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 29 Mar 2010 00:18:17 +0000 (20:18 -0400)
tig.c

diff --git a/tig.c b/tig.c
index e7f1599dd0e47b56259216d49c73b42b2590040d..4a07a515b79532aafcefbc96e7b6013043e1e536 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -532,7 +532,7 @@ enum io_type {
 struct io {
        enum io_type type;      /* The requested type of pipe. */
        const char *dir;        /* Directory from which to execute. */
-       pid_t pid;              /* Pipe for reading or writing. */
+       pid_t pid;              /* PID of spawned process. */
        int pipe;               /* Pipe end for reading or writing. */
        int error;              /* Error status. */
        const char *argv[SIZEOF_ARG];   /* Shell command arguments. */