summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
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/dbxout.c
parent7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff)
Fix double word typos.
From-SVN: r225726
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 7f4a0eac11a..a55d1025f9c 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2409,8 +2409,8 @@ dbxout_type_name (tree type)
stabstr_I (t);
}
-/* Output leading leading struct or class names needed for qualifying
- type whose scope is limited to a struct or class. */
+/* Output leading struct or class names needed for qualifying type
+ whose scope is limited to a struct or class. */
static void
dbxout_class_name_qualifiers (tree decl)