diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:19:07 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-13 16:19:07 +1100 |
commit | a2a7c749b3088c4ff8715c65961c6a2cb7670ad2 (patch) | |
tree | 58ff93a9c877bbf07eb40363e018ba98b5aa564d | |
parent | 83cad7d1d019f45a6f72971e060e201a0f680f2c (diff) | |
download | scintilla-mirror-a2a7c749b3088c4ff8715c65961c6a2cb7670ad2.tar.gz |
Fix incorrect comments.
-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 |