# HG changeset patch # User Frits van Bommel # Date 1239876088 -7200 # Node ID e945d2a0999eee3ed458367a1858027c9ec8f32d # Parent a0844cc67840bcab5fa8c723e9570e09eadbd70e Fix typo in comment diff -r a0844cc67840 -r e945d2a0999e gen/optimizer.cpp --- 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());