2007-05-11 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / corlib / System.Text / SurrogateEncoder.cs
index b512f416df0aaed7874555bf91ef9becdddc7ae0..ef2d6a4c01b6e16146ee11f640f0103512c91f8a 100644 (file)
@@ -2,9 +2,9 @@
 // System.Text.SurrogateEncoder.cs
 //
 // Author:
-//   Kornél Pál <http://www.kornelpal.hu/>
+//   Kornél Pál <http://www.kornelpal.hu/>
 //
-// Copyright (C) 2006 Kornél Pál
+// Copyright (C) 2006 Kornél Pál
 //
 
 //
@@ -32,7 +32,7 @@
 // These proxy classes implement IObjectReference.GetRealObject() that returns
 // an instance of the appropriate Encoding, Encoder or Decoder class.
 // As a result serialized objects of these types will transparently be
-// deserialized to the instances of the above described classes.
+// deserialized to instances of the above described classes.
 //
 // Use SerializationInfo.SetType() in ISerializable.GetObjectData() method of
 // serializable classes to serialize their instances using a proxy class.