2007-04-24 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / corlib / System.IO / MemoryStream.cs
index a68fe6ad30bed281fb159fbd45091c87eb1a632c..fa37add12026a3590b0800ab2bc6b28c1a056847 100644 (file)
@@ -39,7 +39,7 @@ using System.Runtime.InteropServices;
 namespace System.IO
 {
        [Serializable]
-       [MonoTODO ("Fix serialization compatibility with MS.NET")]
+       [MonoTODO ("Serialization format not compatible with .NET")]
        public class MemoryStream : Stream
        {
                bool canWrite;