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
Родитель a4cb0c12d0
Коммит 30f3c7dfd1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
*