aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2015-07-13 04:46:34 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2015-07-13 04:46:34 +0000
commit026c3cfd5e92e7f358290921984b57e1b433e658 (patch)
treeb334918063791e89f97a111eb02e3d0c9f8a766e /gcc/rtl.h
parent7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff)
downloadgcc-026c3cfd5e92e7f358290921984b57e1b433e658.zip
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.gz
gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.bz2
Fix double word typos.
From-SVN: r225726
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index fe64994..68d0f2a 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -287,7 +287,7 @@ struct GTY((variable_size)) hwivec_def {
/* RTL expression ("rtx"). */
/* The GTY "desc" and "tag" options below are a kludge: we need a desc
- field for for gengtype to recognize that inheritance is occurring,
+ field for gengtype to recognize that inheritance is occurring,
so that all subclasses are redirected to the traversal hook for the
base class.
However, all of the fields are in the base class, and special-casing