One line typo bug which passed unoticed on previous commit.
[mono.git] / mcs / errors / cs0050.cs
index b77b72407d7edd5ff6928a733f3483e5f5fbd34c..a97ed819ad14e11590047df0f2cc8ce4039b984d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0050.cs: Inconsistent accessibility. Return type less accessible than method.
+// CS0050: Inconsistent accessibility: return type `X' is less accessible than method `Foo.Bar()'
 // Line: 13
 
 using System;