X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0214-3.cs;h=5d0494e30f3358327fae8ce513f512e903f050ad;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=371a312095404f9409da946575adbf41afe65b26;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/errors/cs0214-3.cs b/mcs/errors/cs0214-3.cs index 371a3120954..5d0494e30f3 100644 --- a/mcs/errors/cs0214-3.cs +++ b/mcs/errors/cs0214-3.cs @@ -1,4 +1,4 @@ -// cs0214-3.cs: Pointers and fixed size buffers may only be used in an unsafe context +// CS0214: Pointers and fixed size buffers may only be used in an unsafe context // Line: 13 // Compiler options: -unsafe