From: Richard Kenner Date: Sat, 26 Oct 1996 15:29:26 +0000 (-0400) Subject: Fix typo which makes comment text be non-comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be97d4755e1cece1f770aabb7251529aba1d66e8;p=gcc.git Fix typo which makes comment text be non-comment. From-SVN: r13032 --- 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. */