Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs1666.cs
index 491470f4af13db36f9d446bdd78a51a559f7ebac..4daecdd1486610b293bc5431cd5105ecb7856e7f 100644 (file)
@@ -1,4 +1,4 @@
-// cs1666.cs: You cannot use fixed sized 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