X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0529.cs;h=03bc988d5b33d0d6a5913a0f3bb20748b1b2eaa8;hb=47d01bc69cd3aa91c5f12497a3ce23d7618571d9;hp=6dd0bb09df0fe2429332a88b2bd3cab95c683d67;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/errors/cs0529.cs b/mcs/errors/cs0529.cs index 6dd0bb09df0..03bc988d5b3 100644 --- a/mcs/errors/cs0529.cs +++ b/mcs/errors/cs0529.cs @@ -1,4 +1,4 @@ -// cs0529: Inherited interface 'C' causes a cycle in the interface hierarchy of 'A' +// cs0529.cs: Inherited interface `A' causes a cycle in the interface hierarchy of `C' // Line: 10 interface A : B {