]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
fix #9826: Outline disclosure of subsection content disappears one second after
[lyx.git] / src / Buffer.cpp
index ac64cf2f2630a82ca9a41d7af31bc7f894ca3447..3cb7aac094e73250d50a8b26b385eda93dbc5e49 100644 (file)
@@ -370,8 +370,8 @@ public:
                + (with_blanks ? blank_count_ : 0);
        }
 
-       // does the buffer contains tracked changes? (if so, we automatically
-       // display the review toolbar)
+       // does the buffer contain tracked changes? (if so, we automatically
+       // display the review toolbar, for instance)
        mutable bool tracked_changes_present_;
 
 private: