aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-01-12 16:44:58 +1100
committernyamatongwe <devnull@localhost>2013-01-12 16:44:58 +1100
commit6639df76d604c25c474e08ce4aeca917e4e71466 (patch)
treeb2b2b53749b4cfa3d56ae9495cfbddc944dff04a
parent2105f361be5c4a847a09564766dd86c8116a4f24 (diff)
downloadscintilla-mirror-6639df76d604c25c474e08ce4aeca917e4e71466.tar.gz
Fix copy&paste error in comment.
-rw-r--r--lexlib/LexerBase.cxx2
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>