From 3a951d37f2c79a382dc38035328e0a1e8e2f1b3e Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Wed, 2 Mar 2011 18:36:36 -0800 Subject: [PATCH] Bug 638276 - Correct the name of the member variable in the comment for the nsTextEditorState class; a=doh! CLOSED TREE DONTBUILD --- content/html/content/src/nsTextEditorState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/html/content/src/nsTextEditorState.h b/content/html/content/src/nsTextEditorState.h index 6eca5ffeca13..e97154c5f7f5 100644 --- a/content/html/content/src/nsTextEditorState.h +++ b/content/html/content/src/nsTextEditorState.h @@ -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. *