diff options
author | nyamatongwe <unknown> | 2013-01-12 16:44:58 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-01-12 16:44:58 +1100 |
commit | 0a92be9d8ef7f3bb14a2881d17e8bac11cfa8dd7 (patch) | |
tree | 06f8462485f66856692403b79ef851cf646c82c6 | |
parent | 3f33c5ba572a7810c04487dab5453f3d19ad9f62 (diff) | |
download | scintilla-mirror-0a92be9d8ef7f3bb14a2881d17e8bac11cfa8dd7.tar.gz |
Fix copy&paste error in comment.
-rw-r--r-- | lexlib/LexerBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/LexerBase.cxx b/lexlib/LexerBase.cxx index ea5734d24..bbef3f159 100644 --- a/lexlib/LexerBase.cxx +++ b/lexlib/LexerBase.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file LexerSimple.cxx +/** @file LexerBase.cxx ** A simple lexer with no state. **/ // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org> |