aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-26 11:29:26 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-26 11:29:26 -0400
commitbe97d4755e1cece1f770aabb7251529aba1d66e8 (patch)
tree63a5bc1297fc94162c8129499f62106b1eb07377
parent60ec8536ae2766fce90be8414d99d37b462a5f19 (diff)
downloadgcc-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.h2
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. */