Bug 638276 - Correct the name of the member variable in the comment for the nsTextEditorState class; a=doh!

CLOSED TREE DONTBUILD
This commit is contained in:
Ehsan Akhgari 2011-03-02 18:36:36 -08:00
parent 313cebc618
commit 3a951d37f2

View File

@ -112,7 +112,7 @@ struct SelectionState;
*
* * The editor's cached value. This value is stored in the mCachedValue member.
* It is used to improve the performance of append operations to the text
* control. A mutation observer stored in the mAnonDivObserver has the job of
* control. A mutation observer stored in the mMutationObserver has the job of
* invalidating this cache when the anonymous contect containing the value is
* changed.
*