Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs1537.cs
index 88a77f24d4219ae3117260a7a18b8088a2428b47..50b8f46ad8f74c32f8b9f9053211ab6673c6fe2b 100644 (file)
@@ -1,4 +1,4 @@
-// cs1537.cs: The using alias `A' appeared previously in this namespace
+// CS1537: The using alias `A' appeared previously in this namespace
 // Line: 7
 
 using A = System;