diff options
author | nyamatongwe <devnull@localhost> | 2013-01-12 16:44:58 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-01-12 16:44:58 +1100 |
commit | 6639df76d604c25c474e08ce4aeca917e4e71466 (patch) | |
tree | b2b2b53749b4cfa3d56ae9495cfbddc944dff04a /lexlib/LexerBase.cxx | |
parent | 2105f361be5c4a847a09564766dd86c8116a4f24 (diff) | |
download | scintilla-mirror-6639df76d604c25c474e08ce4aeca917e4e71466.tar.gz |
Fix copy&paste error in comment.
Diffstat (limited to 'lexlib/LexerBase.cxx')
-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> |