diff options
| -rw-r--r-- | gtk/ScintillaGTKAccessible.cxx | 2 | ||||
| -rw-r--r-- | 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 <colomban@geany.org>   * 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 <s.steele@pnotepad.org> September 2002 | 
