diff options
author | nyamatongwe <unknown> | 2005-03-02 07:56:15 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-03-02 07:56:15 +0000 |
commit | 6a5d8ae8963d99dbc8d87e6c59bd2440136fd90f (patch) | |
tree | 22b8cbdd5d3e00fd2f9122d1ae03727dde685456 /src | |
parent | fcb63b9acced887908af533ac7339703851a10b3 (diff) | |
download | scintilla-mirror-6a5d8ae8963d99dbc8d87e6c59bd2440136fd90f.tar.gz |
Made comments more accurate.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexBasic.cxx | 4 |
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. |