diff --git a/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h b/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h index 008be10c2a0..8b645f1914b 100644 --- a/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h +++ b/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h @@ -27,9 +27,14 @@ // Class nsEncoderSupport [declaration] /** - * Support class for the Unicode encoders. + * Support class for the Unicode encoders. + * + * The class source files for this class are in /ucvlatin/nsUCvLatinSupport. + * However, because these objects requires non-xpcom subclassing, local copies + * will be made into the other directories using them. Just don't forget to + * keep in sync with the master copy! * - * It implements: + * This class implements: * - nsISupports * - the buffer management * - error handling procedure(s)