2009-06-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs0230.cs
old mode 100755 (executable)
new mode 100644 (file)
index d79d153..327eb61
@@ -1,6 +1,5 @@
-//
-// CS0230.cs: foreach statement must contain the type and the variable identifier
-//
+// CS0230.cs: Type and identifier are both required in a foreach statement
+// Line: 12
 
 using System;