X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0227.cs;h=a80fdb6b5f3884a19409acab157b8c527245b0eb;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=f298e4ad3235bee85e0a1fe2b2afbb52cb626dfd;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/errors/cs0227.cs b/mcs/errors/cs0227.cs index f298e4ad323..a80fdb6b5f3 100644 --- a/mcs/errors/cs0227.cs +++ b/mcs/errors/cs0227.cs @@ -1,4 +1,4 @@ -// cs0227.cs: Unsafe code requires the `unsafe' command line option to be specified +// CS0227: Unsafe code requires the `unsafe' command line option to be specified // Line: 5 class UnsafeClass {