diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-26 11:29:26 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-26 11:29:26 -0400 |
commit | be97d4755e1cece1f770aabb7251529aba1d66e8 (patch) | |
tree | 63a5bc1297fc94162c8129499f62106b1eb07377 | |
parent | 60ec8536ae2766fce90be8414d99d37b462a5f19 (diff) | |
download | gcc-be97d4755e1cece1f770aabb7251529aba1d66e8.zip gcc-be97d4755e1cece1f770aabb7251529aba1d66e8.tar.gz gcc-be97d4755e1cece1f770aabb7251529aba1d66e8.tar.bz2 |
Fix typo which makes comment text be non-comment.
From-SVN: r13032
-rw-r--r-- | gcc/config/svr3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index 6b0034f..3475561 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -159,7 +159,7 @@ Boston, MA 02111-1307, USA. #undef ASM_BYTE_OP #define ASM_BYTE_OP "\t.byte" -/* The prefix to add to user-visible assembler symbols. */ +/* The prefix to add to user-visible assembler symbols. For System V Release 3 the convention is to prepend a leading underscore onto user-level symbol names. */ |