From 851d929653778531dd174c25c55d6c6558b5510f Mon Sep 17 00:00:00 2001 From: mrs Date: Sun, 10 Apr 2011 18:46:45 +0000 Subject: Remove doubled up words. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172247 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cgraphunit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 93d5c06ce97..15660a7e7f8 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -45,9 +45,9 @@ along with GCC; see the file COPYING3. If not see This function is called once (source level) compilation unit is finalized and it will no longer change. - In the the call-graph construction and local function - analysis takes place here. Bodies of unreachable functions are released - to conserve memory usage. + In the call-graph construction and local function analysis takes + place here. Bodies of unreachable functions are released to + conserve memory usage. The function can be called multiple times when multiple source level compilation units are combined (such as in C frontend) -- cgit v1.2.1