X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0650.cs;h=1d5cff83d2b28e741f9c593532717188c58b419b;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=2ec5ae2370c0bc2927c69f44826ca12ce88568a5;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/errors/cs0650.cs b/mcs/errors/cs0650.cs index 2ec5ae2370c..1d5cff83d2b 100644 --- a/mcs/errors/cs0650.cs +++ b/mcs/errors/cs0650.cs @@ -1,4 +1,4 @@ -// cs0650.cs: Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable`s identifier. To declare a fixed size buffer field, use the fixed keyword before the field type +// CS0650: Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed size buffer field, use the fixed keyword before the field type // Line: 7 class X {