Commit 6b896f51 authored by Kevin Grittner's avatar Kevin Grittner

Fix typo in comment for pclose_check() function.

Backpatch to 9.2.

Etsuro Fujit
parent 9a93e710
...@@ -506,7 +506,7 @@ pipe_read_line(char *cmd, char *line, int maxsize) ...@@ -506,7 +506,7 @@ pipe_read_line(char *cmd, char *line, int maxsize)
/* /*
* pclose() plus useful error reporting * pclose() plus useful error reporting
* Is this necessary? bjm 2004-05-11 * 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 * Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28
*/ */
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment