aboutsummaryrefslogtreecommitdiff
path: root/gcc/vmsdbgout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-01-17 03:28:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-01-17 03:28:11 +0000
commit3d042e770b6b46116c9b45eb924b67a47178dbd8 (patch)
tree6c402772c72ac7d22890da53e8d0a4884be43356 /gcc/vmsdbgout.c
parentfd2190ca49b7db1f14cfddd3232cd378e995eebb (diff)
downloadgcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.zip
gcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.tar.gz
gcc-3d042e770b6b46116c9b45eb924b67a47178dbd8.tar.bz2
ifcvt.c: Fix comment typos.
* ifcvt.c: Fix comment typos. * lcm.c: Likewise. * libgcc2.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * ra-build.c: Likewise. * ra.c: Likewise. * ra-colorize.c: Likewise. * ra.h: Likewise. * ra-rewrite.c: Likewise. * regmove.c: Likewise. * reload.h: Likewise. * rtlanal.c: Likewise. * toplev.c: Likewise. * tree.h: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * vmsdbgout.c: Likewise. From-SVN: r61421
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r--gcc/vmsdbgout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c
index 278d16b..a5cb8a2 100644
--- a/gcc/vmsdbgout.c
+++ b/gcc/vmsdbgout.c
@@ -352,7 +352,7 @@ static char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES];
#endif
/* This is similar to the default ASM_OUTPUT_ASCII, except that no trailing
- newline is produced. When flag_verbose_asm is asserted, we add commnetary
+ newline is produced. When flag_verbose_asm is asserted, we add commentary
at the end of the line, so we must avoid output of a newline here. */
#ifndef ASM_OUTPUT_DEBUG_STRING
#define ASM_OUTPUT_DEBUG_STRING(FILE,P) \