diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-05-02 21:35:11 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-05-02 21:35:11 -0400 |
commit | 88774c2cc65b3327bc65611e7247f139a7f96c77 (patch) | |
tree | b5ef04aa134558cdc6950bec735e72a8afef5b8c /gcc | |
parent | 4fe12442a868e92b226fecd9e015142a01bef9fb (diff) | |
download | gcc-88774c2cc65b3327bc65611e7247f139a7f96c77.zip gcc-88774c2cc65b3327bc65611e7247f139a7f96c77.tar.gz gcc-88774c2cc65b3327bc65611e7247f139a7f96c77.tar.bz2 |
spelling tweak
From-SVN: r33622
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) |