From 88774c2cc65b3327bc65611e7247f139a7f96c77 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 2 May 2000 21:35:11 -0400 Subject: [PATCH] spelling tweak From-SVN: r33622 --- gcc/cp/decl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4