From a2a7c749b3088c4ff8715c65961c6a2cb7670ad2 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 13 Dec 2019 16:19:07 +1100 Subject: Fix incorrect comments. --- gtk/ScintillaGTKAccessible.cxx | 2 +- lexers/LexTACL.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index 3cea1573c..87fd20f27 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -1,5 +1,5 @@ /* Scintilla source code edit control */ -/* ScintillaGTKAccessible.c - GTK+ accessibility for ScintillaGTK */ +/* ScintillaGTKAccessible.cxx - GTK+ accessibility for ScintillaGTK */ /* Copyright 2016 by Colomban Wendling * The License.txt file describes the conditions under which this software may be distributed. */ diff --git a/lexers/LexTACL.cxx b/lexers/LexTACL.cxx index 898234c77..56cd96b01 100644 --- a/lexers/LexTACL.cxx +++ b/lexers/LexTACL.cxx @@ -1,6 +1,6 @@ // Scintilla source code edit control -/** @file LexTAL.cxx - ** Lexer for TAL +/** @file LexTACL.cxx + ** Lexer for TACL ** Based on LexPascal.cxx ** Written by Laurent le Tynevez ** Updated by Simon Steele September 2002 -- cgit v1.2.3