summaryrefslogtreecommitdiff
path: root/output/outaout.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outaout.c')
-rw-r--r--output/outaout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outaout.c b/output/outaout.c
index 8821d7fe..c59c7896 100644
--- a/output/outaout.c
+++ b/output/outaout.c
@@ -871,7 +871,7 @@ extern macros_t aout_stdmac[];
#ifdef OF_AOUT
const struct ofmt of_aout = {
- "Linux a.out object files",
+ "Linux a.out",
"aout",
".o",
0,
@@ -898,7 +898,7 @@ const struct ofmt of_aout = {
#ifdef OF_AOUTB
const struct ofmt of_aoutb = {
- "NetBSD/FreeBSD a.out object files",
+ "NetBSD/FreeBSD a.out",
"aoutb",
".o",
0,