diff options
author | Neil <nyamatongwe@gmail.com> | 2016-04-21 11:19:06 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-04-21 11:19:06 +1000 |
commit | 219e641af24ed4e4383c0a11164e26f6a3333778 (patch) | |
tree | 5a5e9424f30cdcf09b31387b66349478a455f7ea | |
parent | 0d545477ee712eab4d1f49515db0b147579ee141 (diff) | |
download | scintilla-mirror-219e641af24ed4e4383c0a11164e26f6a3333778.tar.gz |
Correct comments.
-rw-r--r-- | lexlib/WordList.cxx | 4 | ||||
-rw-r--r-- | src/EditView.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lexlib/WordList.cxx b/lexlib/WordList.cxx index be7fda505..63d22338f 100644 --- a/lexlib/WordList.cxx +++ b/lexlib/WordList.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control -/** @file KeyWords.cxx - ** Colourise for particular languages. +/** @file WordList.cxx + ** Hold a list of words. **/ // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. diff --git a/src/EditView.cxx b/src/EditView.cxx index 805971a88..9ca6e95ad 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1,5 +1,5 @@ // Scintilla source code edit control -/** @file Editor.cxx +/** @file EditView.cxx ** Defines the appearance of the main text area of the editor window. **/ // Copyright 1998-2014 by Neil Hodgson <neilh@scintilla.org> |