One line typo bug which passed unoticed on previous commit.
[mono.git] / mcs / errors / cs1015.cs
index 5f1c88b10c98196020b71bb26cf96b37e1df4f98..adce09caa7aa2b4ca460ceb550745d4b01fc9642 100644 (file)
@@ -1,4 +1,4 @@
-// CS1015: Only `object', `string', and types that derive from `System.Exception' can be passed into a catch block
+// CS1015: A type that derives from `System.Exception', `object', or `string' expected
 // Line: 9
 
 class Test