aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-03-02 07:56:15 +0000
committernyamatongwe <unknown>2005-03-02 07:56:15 +0000
commit6a5d8ae8963d99dbc8d87e6c59bd2440136fd90f (patch)
tree22b8cbdd5d3e00fd2f9122d1ae03727dde685456
parentfcb63b9acced887908af533ac7339703851a10b3 (diff)
downloadscintilla-mirror-6a5d8ae8963d99dbc8d87e6c59bd2440136fd90f.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.