Fix typo.
authorJeffrey A Law <law@cygnus.com>
Wed, 8 Oct 1997 20:37:08 +0000 (20:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 8 Oct 1997 20:37:08 +0000 (14:37 -0600)
From-SVN: r15880

gcc/ChangeLog
gcc/config/ptx4.h

index cde02f82c5986494e4e4b22c0a57d0ca4c987ea5..347497da5d8a8203ce788fa730db7c18cc2c12b7 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct  8 14:37:44 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * config/ptx4.h: Fix typo.
+
 Wed Oct  8 08:57:20 1997  Jeffrey A Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index 80b7b165d0cc052e41f962df5f89e59f0b43baf2..3ed0b6427521dd4ff49af224e217704499a6c007 100644 (file)
@@ -333,7 +333,7 @@ while (0)
 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
   fprintf (FILE, "\t%s\t%u\n", SKIP_ASM_OP, (SIZE))
 
-/* The prefix to add to user-visible assembler symbols. */
+/* The prefix to add to user-visible assembler symbols.
 
    For System V Release 4 the convention is *not* to prepend a leading
    underscore onto user-level symbol names.  */