aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2000-05-02 21:35:11 -0400
committerJason Merrill <jason@gcc.gnu.org>2000-05-02 21:35:11 -0400
commit88774c2cc65b3327bc65611e7247f139a7f96c77 (patch)
treeb5ef04aa134558cdc6950bec735e72a8afef5b8c /gcc
parent4fe12442a868e92b226fecd9e015142a01bef9fb (diff)
downloadgcc-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.c2
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)