[Ada] Fix several typos
authorGary Dismukes <dismukes@adacore.com>
Wed, 30 May 2018 08:57:55 +0000 (08:57 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 30 May 2018 08:57:55 +0000 (08:57 +0000)
2018-05-30  Gary Dismukes  <dismukes@adacore.com>

gcc/ada/

* sem_res.adb, sem_util.adb: Fix several typos.

From-SVN: r260939

gcc/ada/ChangeLog
gcc/ada/sem_res.adb
gcc/ada/sem_util.adb

index 7d70d82fd6e54d8b7227ea5a38e38b640420e432..295ec6493a3acf8c998e56fbed927eb4d00640ec 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-30  Gary Dismukes  <dismukes@adacore.com>
+
+       * sem_res.adb, sem_util.adb: Fix several typos.
+
 2018-05-30  Olivier Hainque  <hainque@adacore.com>
 
        * vx_crtbegin_attr.c (CTOR_ATTRIBUTE, DTOR_ATTRIBUTE): Empty.
index 9df0cd6ae5a000f7d8edcdfbef6eb6a748e36994..32ea60fcf468f3666fbae8ad08219dd0f1e28bdd 100644 (file)
@@ -10120,10 +10120,10 @@ package body Sem_Res is
 
          --  The type of the context and that of the component are
          --  compatible and in general identical, but if they are anonymous
-         --  access_to_subprogram types the relevwnt type is that of the
-         --  component. Thid matters in Unnest_Subprograms mode, where the
-         --  relevant context is the one in which the type is declared. not
-         --  the point of use. this determines what activation record to use.
+         --  access-to-subprogram types, the relevant type is that of the
+         --  component. This matters in Unnest_Subprograms mode, where the
+         --  relevant context is the one in which the type is declared, not
+         --  the point of use. This determines what activation record to use.
 
          if Ekind (Typ) = E_Anonymous_Access_Subprogram_Type then
             Set_Etype (N, Etype (Comp1));
index 5004e3220f0f5ec4493d2b88d3cbe32e7ffd1c22..fd0864c77c022e58d43d70445d56715e01f73f6b 100644 (file)
@@ -13162,7 +13162,7 @@ package body Sem_Util is
       --  components.
 
       function Is_Atomic_Prefix (Pref : Node_Id) return Boolean;
-      --  Determine whether prefix Pref of a indexed or selected component is
+      --  Determine whether prefix Pref of an indexed or selected component is
       --  an atomic object.
 
       ----------------------