From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/lto/lto-lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/lto/lto-lang.c') diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 6e74a9a..6d6a853 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -1214,7 +1214,7 @@ lto_init (void) main_identifier_node = get_identifier ("main"); /* In the C++ front-end, fileptr_type_node is defined as a variant - copy of of ptr_type_node, rather than ptr_node itself. The + copy of ptr_type_node, rather than ptr_node itself. The distinction should only be relevant to the front-end, so we always use the C definition here in lto1. */ gcc_assert (fileptr_type_node == ptr_type_node); -- cgit v1.1