aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_disp.adb
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2019-08-20 09:50:14 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-08-20 09:50:14 +0000
commit31fde973e5cb886dca17e61b84a72a26a81487ad (patch)
tree7ed08e749f75bffe5538ea1f8d57b83b025725cf /gcc/ada/sem_disp.adb
parent8d3e80186744f894702d2f618a78eae0a2c1d33c (diff)
downloadgcc-31fde973e5cb886dca17e61b84a72a26a81487ad.zip
gcc-31fde973e5cb886dca17e61b84a72a26a81487ad.tar.gz
gcc-31fde973e5cb886dca17e61b84a72a26a81487ad.tar.bz2
[Ada] Minor reformattings
2019-08-20 Gary Dismukes <dismukes@adacore.com> gcc/ada/ * ali.adb, ali.ads, aspects.adb, checks.ads, checks.adb, doc/gnat_rm/implementation_defined_pragmas.rst, doc/gnat_ugn/building_executable_programs_with_gnat.rst, einfo.ads, exp_aggr.adb, exp_ch11.adb, exp_ch3.ads, exp_ch4.adb, exp_disp.adb, inline.adb, libgnat/a-locale.ads, libgnat/s-soflin.ads, par_sco.adb, repinfo.adb, sem_ch5.adb, sem_disp.adb, sem_elab.adb, sem_eval.adb, sem_spark.adb, sem_spark.ads, sinfo.ads: Minor reformattings, typo fixes and and rewordings. From-SVN: r274737
Diffstat (limited to 'gcc/ada/sem_disp.adb')
-rw-r--r--gcc/ada/sem_disp.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_disp.adb b/gcc/ada/sem_disp.adb
index ee8f443..b04b863 100644
--- a/gcc/ada/sem_disp.adb
+++ b/gcc/ada/sem_disp.adb
@@ -1144,12 +1144,12 @@ package body Sem_Disp is
-- 3. Subprograms associated with stream attributes (built by
-- New_Stream_Subprogram)
- -- 4. Wrapper built for inherited operations with inherited class-
+ -- 4. Wrappers built for inherited operations with inherited class-
-- wide conditions, where the conditions include calls to other
-- overridden primitives. The wrappers include checks on these
-- modified conditions. (AI12-113).
- -- 5. Declarations built for subprograms without separate spec which
+ -- 5. Declarations built for subprograms without separate specs that
-- are eligible for inlining in GNATprove (inside
-- Sem_Ch6.Analyze_Subprogram_Body_Helper).