OSDN Git Service

Fix typo which makes comment text be non-comment.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Oct 1996 15:29:26 +0000 (15:29 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Oct 1996 15:29:26 +0000 (15:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13032 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/svr3.h

index 6b0034f..3475561 100644 (file)
@@ -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.  */