changeset 1220:e945d2a0999e

Fix typo in comment
author Frits van Bommel <fvbommel wxs.nl>
date Thu, 16 Apr 2009 12:01:28 +0200
parents a0844cc67840
children f41ff8ccc249 1e699a4e9759
files gen/optimizer.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/optimizer.cpp	Thu Apr 16 11:58:43 2009 +0200
+++ b/gen/optimizer.cpp	Thu Apr 16 12:01:28 2009 +0200
@@ -93,7 +93,7 @@
             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());