Merge pull request #2646 from ludovic-henry/fix-processwatch-dispose
[mono.git] / mcs / errors / cs0208-2.cs
index 4555a044f09e86c67bdd852e6af1963adec5d375..be08c605a21151cd38f4ef66bd8ad297c325ed1d 100644 (file)
@@ -1,8 +1,8 @@
-// cs0208-2.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
        {