X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Text%2FSurrogateEncoder.cs;h=ef2d6a4c01b6e16146ee11f640f0103512c91f8a;hb=6b2b23c753525c5c5c2b391e9adc36c650825e1f;hp=b512f416df0aaed7874555bf91ef9becdddc7ae0;hpb=f07eb9cdc864d79c7785dab5a3e8398a96d8f2fa;p=mono.git diff --git a/mcs/class/corlib/System.Text/SurrogateEncoder.cs b/mcs/class/corlib/System.Text/SurrogateEncoder.cs index b512f416df0..ef2d6a4c01b 100644 --- a/mcs/class/corlib/System.Text/SurrogateEncoder.cs +++ b/mcs/class/corlib/System.Text/SurrogateEncoder.cs @@ -2,9 +2,9 @@ // System.Text.SurrogateEncoder.cs // // Author: -// Kornél Pál +// Kornél Pál // -// 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.