error messages review
[mono.git] / mcs / errors / cs0522.cs
index 86eac46d21cba93a09b3e755d3dc9b9baf534535..cea62462bc36dd65ab31a1b021d1468a8b15972f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0522.cs: 'SampleStruct.SampleStruct(int)' : structs cannot call base class constructors
+// cs0522.cs: `SampleStruct.SampleStruct(int)': Struct constructors cannot call base constructors
 // Line: 5
 
 struct SampleStruct {