X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0668.cs;h=9ab3e251a6ca186ddb4af5be7c5a808ea843a862;hb=b9dd48c9c44bbc9c057aee9bd834de7966ae8565;hp=1eb0211fdded5ae7a48c5a5f613ae48786660be6;hpb=c39d7ce9985a7067c1cbf44188007c9433901940;p=mono.git diff --git a/mcs/errors/cs0668.cs b/mcs/errors/cs0668.cs index 1eb0211fdde..9ab3e251a6c 100644 --- a/mcs/errors/cs0668.cs +++ b/mcs/errors/cs0668.cs @@ -1,4 +1,4 @@ -// cs0668.cs: Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type +// CS0668: Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type // Line: using System.Runtime.CompilerServices;