From 29cb89aa668fcfe10a29561314a1f3e7ec8ea019 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 4 Mar 2025 20:53:39 -0500 Subject: listamsb: comment typo. --- listamsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listamsb.c b/listamsb.c index 7e673b8..a289eca 100644 --- a/listamsb.c +++ b/listamsb.c @@ -589,7 +589,7 @@ void open_output() { } else { verbose(1, "using pipe for output: %s", pipe_command); outfile = popen(pipe_command, "w"); /* "wb" not allowed! */ - /* we probably never see this error. popen() fails only is + /* we probably never see this error. popen() fails only if we feed it an invalid mode, or if fork() or pipe() fails, or I suppose if some idjit has done a "rm -f /bin/sh"... all other errors are caught at pclose(). */ -- cgit v1.2.3