diff --git a/mozilla/content/base/src/nsObjectLoadingContent.cpp b/mozilla/content/base/src/nsObjectLoadingContent.cpp index bcd04b9cd5b..bf3a82dc395 100644 --- a/mozilla/content/base/src/nsObjectLoadingContent.cpp +++ b/mozilla/content/base/src/nsObjectLoadingContent.cpp @@ -36,10 +36,9 @@ * ***** END LICENSE BLOCK ***** */ /* - * A base class which implements nsIObjectLoadingContent and can be - * subclassed by various content nodes that want to provide - * plugin/document/image loading functionality (eg , , - * , etc). + * A base class implementING nsIObjectLoadingContent for use by + * various content nodes that want to provide plugin/document/image + * loading functionality (eg , , , etc). */ // Interface headers diff --git a/mozilla/content/base/src/nsObjectLoadingContent.h b/mozilla/content/base/src/nsObjectLoadingContent.h index a3daf96dcf1..5645e9faf33 100644 --- a/mozilla/content/base/src/nsObjectLoadingContent.h +++ b/mozilla/content/base/src/nsObjectLoadingContent.h @@ -36,10 +36,9 @@ * ***** END LICENSE BLOCK ***** */ /* - * A base class which implements nsIObjectLoadingContent and can be - * subclassed by various content nodes that want to provide - * plugin/document/image loading functionality (eg , , - * , etc). + * A base class implementING nsIObjectLoadingContent for use by + * various content nodes that want to provide plugin/document/image + * loading functionality (eg , , , etc). */ #ifndef NSOBJECTLOADINGCONTENT_H_