diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 7a043d0..a81b3b2 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -172,7 +172,7 @@ static GTY (()) tree static_ctors; static GTY (()) tree static_dtors; /* When target does not have ctors and dtors, we call all constructor - and destructor by special initialization/destruction functio + and destructor by special initialization/destruction function recognized by collect2. When we are going to build this function, collect all constructors and |