diff options
author | Kevin Grittner <kgrittn@postgresql.org> | 2012-09-12 22:33:10 -0500 |
---|---|---|
committer | Kevin Grittner <kgrittn@postgresql.org> | 2012-09-12 22:33:10 -0500 |
commit | 6b896f511f8dbeac9f09cc54c6cb62bdff25e501 (patch) | |
tree | 28138ab9946f411e99cd87b9727f089e7f116e99 /src | |
parent | 9a93e7100866c717ca2f43af48dbd1c3755a9a62 (diff) | |
download | postgresql-6b896f511f8dbeac9f09cc54c6cb62bdff25e501.tar.gz postgresql-6b896f511f8dbeac9f09cc54c6cb62bdff25e501.zip |
Fix typo in comment for pclose_check() function.
Backpatch to 9.2.
Etsuro Fujit
Diffstat (limited to 'src')
-rw-r--r-- | src/port/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index 9160b636787..bb1b551817f 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -506,7 +506,7 @@ pipe_read_line(char *cmd, char *line, int maxsize) /* * pclose() plus useful error reporting * Is this necessary? bjm 2004-05-11 - * Originaally this was stated to be here because pipe.c had backend linkage. + * Originally this was stated to be here because pipe.c had backend linkage. * Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28 */ int |