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/cgraphclones.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraphclones.c') diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 1cfd53b..9e9f1a0 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -1064,7 +1064,7 @@ cgraph_materialize_clone (cgraph_node *node) /* Once all functions from compilation unit are in memory, produce all clones and update all calls. We might also do this on demand if we don't want to bring all functions to memory prior compilation, but current WHOPR - implementation does that and it is is bit easier to keep everything right in + implementation does that and it is a bit easier to keep everything right in this order. */ void -- cgit v1.1