Flush (work in progress)
[mono.git] / mcs / errors / cs0529.cs
index 03bc988d5b33d0d6a5913a0f3bb20748b1b2eaa8..25a7de82f7afa86cc7c27efadbe9ecb92bbb0aa2 100644 (file)
@@ -1,4 +1,4 @@
-// cs0529.cs: Inherited interface `A' causes a cycle in the interface hierarchy of `C'
+// CS0529: Inherited interface `C' causes a cycle in the interface hierarchy of `A'
 // Line: 10
 
 interface A : B {
@@ -8,4 +8,4 @@ interface B : C {
 }
 
 interface C : A {
-}
\ No newline at end of file
+}