Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0652-3.cs
index 8802fdc623a620e4e59fce3698cec5e9e115d27d..18c093ec1cf201d36d57f2324f5c2921f88fbdcb 100644 (file)
@@ -1,4 +1,4 @@
-// cs0652-3.cs : Comparison to integral constant is useless; the constant is outside the range of type `ushort'
+// CS0652: A comparison between a constant and a variable is useless. The constant is out of the range of the variable type `ushort'
 // Line: 11
 // Compiler options: /warn:2 /warnaserror
 using System;