From 47ae02b70c395550e01975e649e37f6ea829dac5 Mon Sep 17 00:00:00 2001 From: aldyh Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/dbxout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/dbxout.c') 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) -- cgit v1.2.1