summaryrefslogtreecommitdiff
path: root/output/outmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outmac.c')
-rw-r--r--output/outmac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/output/outmac.c b/output/outmac.c
index 18bbf498..dc1111d4 100644
--- a/output/outmac.c
+++ b/output/outmac.c
@@ -32,8 +32,8 @@
* ----------------------------------------------------------------------- */
/*
- * outmac64.c output routines for the Netwide Assembler to produce
- * NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (x86_64) object files
+ * outmac.c output routines for the Netwide Assembler to produce
+ * NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X object files
*/
/* Most of this file is, like Mach-O itself, based on a.out. For more
@@ -1499,7 +1499,7 @@ static void macho32_init(void)
struct ofmt of_macho32 = {
"NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (i386) object files",
- "macho64",
+ "macho32",
0,
32,
null_debug_arr,