aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/errout.ads
diff options
context:
space:
mode:
authorAnthony Leonardo Gracio <leonardo@adacore.com>2019-10-10 15:23:19 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-10-10 15:23:19 +0000
commitd408dbfeabe3b4a65f6e955e97c0bef92056a845 (patch)
treefa1dda6346c465d9eae8ec9a2056401e37daa4af /gcc/ada/errout.ads
parent95a7982243dd1e589ed59007d36f36027a3412ef (diff)
downloadgcc-d408dbfeabe3b4a65f6e955e97c0bef92056a845.zip
gcc-d408dbfeabe3b4a65f6e955e97c0bef92056a845.tar.gz
gcc-d408dbfeabe3b4a65f6e955e97c0bef92056a845.tar.bz2
[Ada] Mention GNAT Studio instead of GPS
2019-10-10 Anthony Leonardo Gracio <leonardo@adacore.com> gcc/ada/ * doc/gnat_ugn/about_this_guide.rst, doc/gnat_ugn/building_executable_programs_with_gnat.rst, doc/gnat_ugn/getting_started_with_gnat.rst, doc/gnat_ugn/gnat_and_program_execution.rst, errout.ads, exp_ch3.adb, gnatls.adb, impunit.adb, lib-writ.ads, opt.ads, sem_ch7.adb, sem_prag.adb, sem_res.adb, sem_warn.adb, terminals.c: Replace GPS by GNAT Studio. * gnat_ugn.texi: Regenerate. From-SVN: r276815
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r--gcc/ada/errout.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads
index 9a54c7c..37db3e585 100644
--- a/gcc/ada/errout.ads
+++ b/gcc/ada/errout.ads
@@ -647,8 +647,8 @@ package Errout is
-- CODEFIX Facility --
-----------------------
- -- The GPS and GNATBench IDE's have a codefix facility that allows for
- -- automatic correction of a subset of the errors and warnings issued
+ -- The GNAT Studio and GNATBench IDE's have a codefix facility that allows
+ -- for automatic correction of a subset of the errors and warnings issued
-- by the compiler. This is done by recognizing the text of specific
-- messages using appropriate matching patterns.