From be97d4755e1cece1f770aabb7251529aba1d66e8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 26 Oct 1996 11:29:26 -0400 Subject: [PATCH] Fix typo which makes comment text be non-comment. From-SVN: r13032 --- gcc/config/svr3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index 6b0034fae86..3475561799b 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. */ -- 2.30.2