aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-27 11:39:27 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-27 11:39:27 +1000
commit9f870e9e1f4cd15cc8cb7e4cc4a5039788b00e5f (patch)
tree003e1ce2a39da9825b44925af3c8d2f3c1e149cf
parent1934f3df9beb1188c16be8a4d620ba234cdb87d2 (diff)
downloadscintilla-mirror-9f870e9e1f4cd15cc8cb7e4cc4a5039788b00e5f.tar.gz
Fix comments.
-rw-r--r--lexlib/PropSetSimple.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexlib/PropSetSimple.cxx b/lexlib/PropSetSimple.cxx
index ed473bc3b..cbcbac5bd 100644
--- a/lexlib/PropSetSimple.cxx
+++ b/lexlib/PropSetSimple.cxx
@@ -1,6 +1,6 @@
-// SciTE - Scintilla based Text Editor
+// Scintilla source code edit control
/** @file PropSetSimple.cxx
- ** A Java style properties file module.
+ ** A basic string to string map.
**/
// Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.