[mcs] Flow analysis on reduced expressions need to run on original expression
[mono.git] / mcs / mcs / expression.cs
index b9f47b5a361054a9b3675508668144a484c51de8..f94bc4239202e68cce2e8505efcf2d0fa6d1d150 100644 (file)
@@ -1709,7 +1709,7 @@ namespace Mono.CSharp
                                }
 
                                //
-                               // It's ok to have variable builder create out of order. It simplified emit
+                               // It's ok to have variable builder created out of order. It simplifies emit
                                // of statements like while (condition) { }
                                //
                                if (!Variable.Created)