[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1527.cs
index 9d7a942200a485da2ed07622bac4f5f8a88399c4..189cc472f4c1cd0e1c750e47a6f81eb21ad1fdbc 100644 (file)
@@ -1,4 +1,4 @@
-// cs1527.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal
+// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
 // Line:
 private class X {
 }