Skip to content

Commit adff00a

Browse files
committed
Fix typo in comment for pclose_check() function.
Backpatch to 9.2. Etsuro Fujit
1 parent 819c412 commit adff00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/port/exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ pipe_read_line(char *cmd, char *line, int maxsize)
504504
/*
505505
* pclose() plus useful error reporting
506506
* Is this necessary? bjm 2004-05-11
507-
* Originaally this was stated to be here because pipe.c had backend linkage.
507+
* Originally this was stated to be here because pipe.c had backend linkage.
508508
* Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28
509509
*/
510510
int

0 commit comments

Comments
 (0)