[Ada] Minor reformatting
authorBob Duff <duff@adacore.com>
Wed, 23 May 2018 10:21:47 +0000 (10:21 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 23 May 2018 10:21:47 +0000 (10:21 +0000)
2018-05-23  Bob Duff  <duff@adacore.com>

gcc/ada/

* einfo.ads: Minor reformatting.
* sem_ch3.adb: Likewise.
* sinfo.ads: Likewise.

From-SVN: r260573

gcc/ada/ChangeLog
gcc/ada/einfo.ads
gcc/ada/sem_ch3.adb
gcc/ada/sinfo.ads

index 5feb05b664b5472222915d8261f07fc50dfa11f7..98720a392a2194bc7a925c887554f99e796bd0b9 100644 (file)
@@ -1,3 +1,9 @@
+2018-05-23  Bob Duff  <duff@adacore.com>
+
+       * einfo.ads: Minor reformatting.
+       * sem_ch3.adb: Likewise.
+       * sinfo.ads: Likewise.
+
 2018-05-23  Hristian Kirtchev  <kirtchev@adacore.com>
 
        * exp_ch3.adb (Default_Initialize_Object): Do not optimize scalar array
index 76da3b9da6c60c7df248887789d37a426f2ba536..8657a97a801cea8b8ad128e1d8b9d1dd75e7e8bf 100644 (file)
@@ -2865,7 +2865,7 @@ package Einfo is
 --
 --       For types and subtypes, the flag is set if all possible bit patterns
 --       of length Object_Size (i.e. Esize of the type) represent valid values
---       of the type. In general for such tytpes, all values are valid, the
+--       of the type. In general for such types, all values are valid, the
 --       only exception being the case where an object of the type has an
 --       explicit size that is greater than Object_Size.
 --
index 84e1fec7e4cdd1918b418721913e9b61f84e91cf..747b3cdbfd113f88d922978dcb62637b2a891d1a 100644 (file)
@@ -3664,7 +3664,7 @@ package body Sem_Ch3 is
       function Delayed_Aspect_Present return Boolean;
       --  If the declaration has an expression that is an aggregate, and it
       --  has aspects that require delayed analysis, the resolution of the
-      --  aggregate must be deferred to the freeze point of the objet. This
+      --  aggregate must be deferred to the freeze point of the object. This
       --  special processing was created for address clauses, but it must
       --  also apply to Alignment. This must be done before the aspect
       --  specifications are analyzed because we must handle the aggregate
index c453c281f52256a9151a38a91f0d1f717ec1a684..0e53aa9b0eb580dbeb501c41d2baa961a855f937 100644 (file)
@@ -4136,7 +4136,7 @@ package Sinfo is
       --  makes no attempt to enforce consistency here, so it is up to the
       --  semantic phase to make sure that the aggregate is consistent (i.e.
       --  that it is not a "half-and-half" case that mixes record and array
-      --  syntax. In particular, for a record aggregate, the expressions
+      --  syntax). In particular, for a record aggregate, the expressions
       --  field will be set if there are positional associations.
 
       --  Note: N_Aggregate is not used for all aggregates; in particular,