aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-04 20:53:39 -0500
committerB. Watson <urchlay@slackware.uk>2025-03-04 20:53:39 -0500
commit29cb89aa668fcfe10a29561314a1f3e7ec8ea019 (patch)
tree077f115e4c660398d91ef05439a8adb4bea942b7 /listamsb.c
parent175913ba742237dbbdaa5b99c6acea5770cfe4f4 (diff)
downloadbw-atari8-tools-29cb89aa668fcfe10a29561314a1f3e7ec8ea019.tar.gz
listamsb: comment typo.
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c2
1 files changed, 1 insertions, 1 deletions
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(). */