[Ada] Various minor typo fixes
authorGary Dismukes <dismukes@adacore.com>
Thu, 10 Oct 2019 15:25:18 +0000 (15:25 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 10 Oct 2019 15:25:18 +0000 (15:25 +0000)
2019-10-10  Gary Dismukes  <dismukes@adacore.com>

gcc/ada/

* exp_ch4.adb, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
sem_ch6.adb, sem_prag.adb, sem_util.adb, sem_util.ads: Minor
typo fixes.

From-SVN: r276832

gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb
gcc/ada/sem_cat.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads

index 24c831e5b9075e6c747a6c1497c3eeab3c122784..adc61c44011cd4e0e44ef636c89bd41b41f1ba5d 100644 (file)
@@ -1,4 +1,5 @@
-2019-10-10  Ed Schonberg  <schonberg@adacore.com>
+2019-10-10  Gary Dismukes  <dismukes@adacore.com>
 
-       * sem_warn.adb (Warn_On_Useless_Assignment): Do not warn if the
-       second assignment is at the same source position as the first.
\ No newline at end of file
+       * exp_ch4.adb, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
+       sem_ch6.adb, sem_prag.adb, sem_util.adb, sem_util.ads: Minor
+       typo fixes.
\ No newline at end of file
index 82145b42a197392aed2ca129e6417c8a69506cc8..158dcb59cc5d632d2c6793270d192d66929235ba 100644 (file)
@@ -9577,9 +9577,9 @@ package body Exp_Ch4 is
       Typ : constant Entity_Id := Etype (Left_Opnd (N));
 
    begin
-      --  Case of elementary type with standard operator.  But if
-      --  unnesting, handle elementary types whose Equivalent_Types are
-      --  records because there may be padding or undefined fields.
+      --  Case of elementary type with standard operator. But if unnesting,
+      --  handle elementary types whose Equivalent_Types are records because
+      --  there may be padding or undefined fields.
 
       if Is_Elementary_Type (Typ)
         and then Sloc (Entity (N)) = Standard_Location
index 780fec94980df06f91814bf802667e26c26a3e6b..833df88b146f3bd0d4021246f47c13a9d4d57557 100644 (file)
@@ -721,11 +721,11 @@ package body Sem_Cat is
       --  The purpose is to set categorization flags before analyzing the
       --  unit itself, so as to diagnose violations of categorization as
       --  we process each declaration, even though the pragma appears after
-      --  the unit. This processing is only needsd if compilation unit
-      --  pragmas are present.
-      --  Note: this code may be incorrect in the unlikely case a child
-      --  genericc unit is instantiated as a child of its (non-generic)
-      --  parent, so that generic and insstance are siblings,
+      --  the unit. This processing is only needed if compilation unit pragmas
+      --  are present.
+      --  Note: This code may be incorrect in the unlikely case a child generic
+      --  unit is instantiated as a child of its (nongeneric) parent, so that
+      --  generic and instance are siblings.
 
       if Nkind (P) /= N_Compilation_Unit
          or else No (First (Pragmas_After (Aux_Decls_Node (P))))
index d9fa255cc0a1216d6f640c46642a3d5cdfc9c6c6..8c3559f98df91494ee694ac47d6098e838b06a53 100644 (file)
@@ -2927,7 +2927,7 @@ package body Sem_Ch12 is
       Set_Inner_Instances (Formal, New_Elmt_List);
 
       --  It is unclear that any aspects can apply to a formal package
-      --  declaration, given that they look like a hidden comformance
+      --  declaration, given that they look like a hidden conformance
       --  requirement on the corresponding actual. However, Abstract_State
       --  must be treated specially because it generates declarations that
       --  must appear before other declarations in the specification and
index 6a0219244e21a584124e558b8145d8969014c7c5..b12f69b994c8205d4ec0b780e0a40031ddad096a 100644 (file)
@@ -13456,8 +13456,8 @@ package body Sem_Ch3 is
             --  After expansion of discriminated task types, the value
             --  of the discriminant may be converted to a run-time type
             --  for restricted run-times. Propagate the value of the
-            --  discriminant ss well, so that e.g. the secondary stack
-            --  component has a static constraint. Necessry for LLVM.
+            --  discriminant as well, so that e.g. the secondary stack
+            --  component has a static constraint. Necessary for LLVM.
 
             elsif Nkind (Expr) = N_Type_Conversion
               and then Is_Discriminant (Expression (Expr))
index b96a5fda8f8ce0553611030502633a837a23d0d2..5af3b7b7e196c997c05f25bc3b564b90f970616a 100644 (file)
@@ -4262,11 +4262,11 @@ package body Sem_Ch6 is
       --  object can then be used instead of the formal in case it is used
       --  in an actual to a call to a nested subprogram.
 
-      --  This method is used to suppliment our "small integer model" for
-      --  accessibility check generation (for more information see
+      --  This method is used to supplement our "small integer model" for
+      --  accessibility-check generation (for more information see
       --  Dynamic_Accessibility_Level).
 
-      --  Because we allow accesibility values greater than our expected value
+      --  Because we allow accessibility values greater than our expected value
       --  passing along the same extra accessibility formal as an actual
       --  to a nested subprogram becomes a problem because high values mean
       --  different things to the callee even though they are the same to the
index fbfa0e04e1a850406c045b3579d0ffb321ac57d8..7b36f8e3923de5f4ca6ee35ab36acd391f761d2e 100644 (file)
@@ -13093,7 +13093,7 @@ package body Sem_Prag is
             --  Infer the type to use for a string literal or a concatentation
             --  of operands whose types can be inferred. For such expressions,
             --  returns the "narrowest" of the three predefined string types
-            --  that can represent the characters occuring in the expression.
+            --  that can represent the characters occurring in the expression.
             --  For other expressions, returns Empty.
 
             function Preferred_String_Type (Expr : Node_Id) return Entity_Id is
index f4885735f3596de5ebb9f93957d1f01d13b20fbe..9ca80aafda738ac3b9e132d68c47d21a6be139fc 100644 (file)
@@ -9071,8 +9071,8 @@ package body Sem_Util is
             --  components are being gathered for an aggregate, in which case
             --  the caller must check Report_Errors.
             --
-            --  In Ada2020 the above rules are relaxed. A non-static governing
-            --  discriminant is ok as long as it has a static subtype and
+            --  In Ada 2020 the above rules are relaxed. A nonstatic governing
+            --  discriminant is OK as long as it has a static subtype and
             --  every value of that subtype (and there must be at least one)
             --  selects the same variant.
 
index b41b8750fd25bcdcb4bcf48effc7a7d68bc3f2f9..7df81405632c7048573c3c00f213e180fad43b10 100644 (file)
@@ -2991,7 +2991,7 @@ package Sem_Util is
       function Choice_List_Intervals (Discrete_Choices : List_Id)
                                      return Discrete_Interval_List;
       --  Given a discrete choice list, returns the (unique) interval
-      --  list representing the chosen values..
+      --  list representing the chosen values.
 
       function Is_Subset (Subset, Of_Set : Discrete_Interval_List)
         return Boolean;