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 | c09dc2fb669b8ddd820e983c814f687b9ee6b5b9 (patch) | |
| tree | faf8d0055930aca8675e6221a1be838cc4d81070 | |
| parent | 24b5d9fca3a7b39ef98ff9a8e498a32fc0957a0f (diff) | |
| download | scintilla-mirror-c09dc2fb669b8ddd820e983c814f687b9ee6b5b9.tar.gz | |
Backport: Fix incorrect comments.
Backport of changeset 7837:89f1e0f361f0.
| -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 f9cedcb82..7962b84dd 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 |
