diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 99481cc..30bf232 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -3575,7 +3575,7 @@ finish_file () /* We lie to the back-end, pretending that some functions are not defined when they really are. This keeps these functions - from being put out unncessarily. But, we must stop lying + from being put out unnecessarily. But, we must stop lying when the functions are referenced, or if they are not comdat since they need to be put out now. */ for (i = 0; i < deferred_fns_used; ++i) |