Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0250.cs
index 15e2ba4185af73d9753b0d35e4647233cb3a0dd7..5ce0fffdd8fd3afb3d3fbc406f92694e0dc68ddb 100644 (file)
@@ -1,4 +1,4 @@
-// cs0250.cs: Do not directly call your base class Finalize method. It is called automatically from your destructor
+// CS0250: Do not directly call your base class Finalize method. It is called automatically from your destructor
 // Line: 9
 
 class BaseClass {