* src/dociterator.h: fix typo in comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-04 22:01:43 +00:00
parent e73125e8ff
commit 95643e2450

View File

@ -262,7 +262,7 @@ bool operator!=(DocIterator const & di1, DocIterator const & di2)
// The difference to a ('non stable') DocIterator is the removed
// (overwritte by 0...) part of the CursorSlice data items. So this thing
// (overwritten by 0...) part of the CursorSlice data items. So this thing
// is suitable for external storage, but not for iteration as such.
class StableDocIterator {