aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2002-08-21 23:24:14 +0000
committerStan Shebs <shebs@gcc.gnu.org>2002-08-21 23:24:14 +0000
commit27d309563534422c7f948056c6bbcfb341b7150d (patch)
tree20bf0674ee9977dd04924b8c03edf197e145357c /gcc/tree.c
parent75c6e5486b4e266ef5e51e8d94ab73ae94d8607b (diff)
downloadgcc-27d309563534422c7f948056c6bbcfb341b7150d.zip
gcc-27d309563534422c7f948056c6bbcfb341b7150d.tar.gz
gcc-27d309563534422c7f948056c6bbcfb341b7150d.tar.bz2
tree.c (finish_vector_type): Fix a typo in a comment.
* tree.c (finish_vector_type): Fix a typo in a comment. * Makefile.in: Fix "the the" stutters in comments. * genautomata.c: Ditto. * ifcvt.c: Ditto. * regrename.c: Ditto. * config/alpha/alpha.c: Ditto. * config/alpha/vms-crt0-64.c: Ditto. * config/alpha/vms-crt0.c: Ditto. * config/alpha/vms-psxcrt0-64.c: Ditto. * config/alpha/vms-psxcrt0.c: Ditto. * config/d30v/d30v.h: Ditto. * config/fr30/fr30.h: Ditto. * config/rs6000/rs6000.c: Ditto. * config/stormy16/stormy16.h: Ditto. * doc/md.texi: Ditto. From-SVN: r56496
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 2c56b95..1a5910e 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -4612,7 +4612,7 @@ tree_class_check_failed (node, cl, file, line, function)
#endif /* ENABLE_TREE_CHECKING */
/* For a new vector type node T, build the information necessary for
- debuggint output. */
+ debugging output. */
static void
finish_vector_type (t)