Comment fix.
authorRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 19:00:02 +0000 (19:00 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 19:00:02 +0000 (19:00 +0000)
From-SVN: r5157

gcc/config/ns32k/encore.h

index a2342a4a45d11735899b01b33db15fe737901460..b76c06ba108106b160ca2f6fd474ad282ab33c4c 100644 (file)
@@ -75,7 +75,7 @@ output_file_directive ((FILE), main_input_filename)
 #define ASM_OUTPUT_ALIGN(FILE,LOG)                                     \
        fprintf (FILE, "\t.align %d\n", 1 << (LOG))
 
-/* The Encore assembler doesn't seem to accept this syntax.  */
+/* The Encore assembler doesn't seem to accept the usual second argument.  */
 #undef ASM_OUTPUT_ALIGN_CODE
 #define ASM_OUTPUT_ALIGN_CODE(FILE)    \
   fprintf (FILE, "\t.align 2\n")