[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0208.cs
index 50b9e6f8ad44f401f7c0e78eba28b259888767e0..0ab184d3c344227548af2554fd68c867fc42b1f6 100644 (file)
@@ -1,8 +1,8 @@
-// cs0208.cs: Cannot take the address of, get the size of, or declare a pointer to a managed type `cs208.Foo'
+// CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `CS208.Foo'
 // Line: 20
 // Compiler options: -unsafe
 
-namespace cs208
+namespace CS208
 {
        public class Foo
        {