aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/PropSetSimple.cxx
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
commit7e4fcefc4f0ce0f4bd074883ac3c7b286d954aa4 (patch)
tree03ee2d46f60956a42cbffbbb9d6b9e8224d37345 /lexlib/PropSetSimple.cxx
parent2e4968545413d64429189697f17c6f81f1223d76 (diff)
downloadscintilla-mirror-7e4fcefc4f0ce0f4bd074883ac3c7b286d954aa4.tar.gz
Backport: Fix comments.
Backport of changeset 6748:584479379ccb.
Diffstat (limited to 'lexlib/PropSetSimple.cxx')
-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.