[msvc] Update csproj files
[mono.git] / mcs / errors / cs0674.cs
index d262fb108180a1b52e0f996edb8d658139ac7e18..84637ad281926ff292a83b1e41796478521bb96e 100644 (file)
@@ -1,4 +1,4 @@
-// cs0674.cs: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead
+// CS0674: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead
 // Line: 8
 
 using System;