aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-03-02 07:56:15 +0000
committernyamatongwe <devnull@localhost>2005-03-02 07:56:15 +0000
commitb7c76e809dc2b27dce2a25068acbd9e40f52f6c1 (patch)
tree22b8cbdd5d3e00fd2f9122d1ae03727dde685456
parent96f5fea083ddc887abd11ed3c10e115c2115c87a (diff)
downloadscintilla-mirror-b7c76e809dc2b27dce2a25068acbd9e40f52f6c1.tar.gz
Made comments more accurate.
-rw-r--r--src/LexBasic.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LexBasic.cxx b/src/LexBasic.cxx
index b8f83f171..713ded614 100644
--- a/src/LexBasic.cxx
+++ b/src/LexBasic.cxx
@@ -1,6 +1,6 @@
// Scintilla source code edit control
-/** @file LexBB.cxx
- ** Lexer for BlitzBasic.
+/** @file LexBasic.cxx
+ ** Lexer for BlitzBasic and PureBasic.
**/
// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.