From 7782d809196ed1a11b4f9eec56d399041db0a73e Mon Sep 17 00:00:00 2001 From: Frits van Bommel Date: Thu, 16 Apr 2009 12:01:28 +0200 Subject: [PATCH] Fix typo in comment --- gen/optimizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/optimizer.cpp b/gen/optimizer.cpp index cbe5270d..187b3a2b 100644 --- a/gen/optimizer.cpp +++ b/gen/optimizer.cpp @@ -93,7 +93,7 @@ static void addPassesForOptLevel(PassManager& pm) { pm.add(createScalarReplAggregatesPass()); // Inline again, to catch things like foreach delegates - // passed inlined opApply's where the function wasn't + // passed to inlined opApply's where the function wasn't // known during the first inliner pass. pm.add(createFunctionInliningPass());