[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0208.cs
index d447ba527ab17e48842fb8bddbfd70fc0f1bbbda..0ab184d3c344227548af2554fd68c867fc42b1f6 100644 (file)
@@ -1,8 +1,8 @@
-// cs0208.cs: Cannot take the address or size of a variable of 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
        {