Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0650.cs
index 2ec5ae2370c0bc2927c69f44826ca12ce88568a5..1d5cff83d2b28e741f9c593532717188c58b419b 100644 (file)
@@ -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 {