aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ptx4.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-10-08 20:37:08 +0000
committerJeffrey A Law <law@cygnus.com>1997-10-08 20:37:08 +0000
commit84fa46d54c88d63ba99b47b4a8b9a5db290ebf45 (patch)
tree4fe7e10d488f5a9429f2897d80727ad192331bf2 /gcc/config/ptx4.h
parentbb5409d486ffdf375bae81b2c3b1f3285d48ef2d (diff)
Fix typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@15880 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ptx4.h')
-rw-r--r--gcc/config/ptx4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h
index 80b7b165d0c..3ed0b642752 100644
--- a/gcc/config/ptx4.h
+++ b/gcc/config/ptx4.h
@@ -333,7 +333,7 @@ while (0)
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
fprintf (FILE, "\t%s\t%u\n", SKIP_ASM_OP, (SIZE))
-/* The prefix to add to user-visible assembler symbols. */
+/* The prefix to add to user-visible assembler symbols.
For System V Release 4 the convention is *not* to prepend a leading
underscore onto user-level symbol names. */