exp_util.adb, [...]: Minor reformatting.
authorGary Dismukes <dismukes@adacore.com>
Tue, 25 Apr 2017 13:39:30 +0000 (13:39 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 25 Apr 2017 13:39:30 +0000 (15:39 +0200)
2017-04-25  Gary Dismukes  <dismukes@adacore.com>

* exp_util.adb, exp_util.ads, types.ads: Minor reformatting.

From-SVN: r247235

gcc/ada/ChangeLog
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads
gcc/ada/types.ads

index 64d9ded6a48a8197155ca50d53ce9ec165d9a784..61b0f924d5c0040d7fab4218a279b4d66a005423 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-25  Gary Dismukes  <dismukes@adacore.com>
+
+       * exp_util.adb, exp_util.ads, types.ads: Minor reformatting.
+
 2017-04-25  Bob Duff  <duff@adacore.com>
 
        * err_vars.ads, fmap.adb, fmap.ads, comperr.adb, fname-sf.adb,
index 414e9d77a5516f52e08394f75a3143618a5ae2d1..a775600adff65669057c5d3443e2b28864d43bb6 100644 (file)
@@ -5198,7 +5198,7 @@ package body Exp_Util is
       U_Typ : constant Entity_Id := Unique_Entity (Typ);
 
       function Search_Primitive_Calls (N : Node_Id) return Traverse_Result;
-      --  Search for non-dispatching calls to primitive functions of type Typ
+      --  Search for nondispatching calls to primitive functions of type Typ
 
       ----------------------------
       -- Search_Primitive_Calls --
index 532cca7369390d18344db16261d38c507c7fc861..4dc921add69b58fe02de680e7680c301171fe23d 100644 (file)
@@ -559,7 +559,7 @@ package Exp_Util is
    function Expression_Contains_Primitives_Calls_Of
      (Expr : Node_Id;
       Typ  : Entity_Id) return Boolean;
-   --  Return True if the expression Expr contains a non-dispatching call to a
+   --  Return True if the expression Expr contains a nondispatching call to a
    --  function which is a primitive of the tagged type Typ.
 
    function Finalize_Address (Typ : Entity_Id) return Entity_Id;
index 6180541f183f7f8c32619c917ac5bb1c23e656c1..1ae0f9b3e9074d9e7fd4f906908cfa31b6c5e20a 100644 (file)
@@ -220,7 +220,7 @@ package Types is
    --  Do not call this elsewhere.
 
    function "=" (X, Y : Source_Buffer_Ptr) return Boolean is abstract;
-   --  Make "=" abstract, to make sure noone calls it. Note that this makes
+   --  Make "=" abstract, to make sure no one calls it. Note that this makes
    --  "/=" abstract as well. Calls to "=" on Source_Buffer_Ptr are always
    --  wrong, because two different arrays allocated at two different addresses
    --  can have the same virtual origin.