+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,
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 --
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;
-- 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.