Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs1666.cs
index 140777e109dd9303894ee3f1e38a2e74c93f3bd3..4daecdd1486610b293bc5431cd5105ecb7856e7f 100644 (file)
@@ -1,4 +1,4 @@
-// cs1666.cs: You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement
+// CS1666: You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement
 // Line: 11
 // Compiler options: -unsafe