From 092d0572b39dea08d13c8a5c0f17fdbec2d99cd0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Feb 2001 01:12:47 +0000 Subject: Patch from Philippe to regularise comments. --- src/LexHTML.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LexHTML.cxx') diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index 800e46fee..8925c51b6 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -1,4 +1,4 @@ -// SciTE - Scintilla based Text Editor +// Scintilla source code edit control /** @file LexHTML.cxx ** Lexer for HTML. **/ @@ -449,7 +449,7 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty case SCE_H_SINGLESTRING: case SCE_HJ_COMMENT: case SCE_HJ_COMMENTDOC: - // SCE_HJ_COMMENTLINE removed as this is a common thing done to hide + // SCE_HJ_COMMENTLINE removed as this is a common thing done to hide // the end of script marker from some JS interpreters. //case SCE_HJ_COMMENTLINE: case SCE_HJ_DOUBLESTRING: -- cgit v1.2.3