if In_Extended_Main_Source_Unit (Sptr) then
null;
- -- If the main unit has not been read yet. the warning must be on
+ -- If the main unit has not been read yet. The warning must be on
-- a configuration file: gnat.adc or user-defined. This means we
-- are not parsing the main unit yet, so skip following checks.
then
Set_BNPE_Suffix (Ent);
- -- Strip trailing n's and last trailing b as required. note that
+ -- Strip trailing n's and last trailing b as required. Note that
-- we know there is at least one b, or no suffix would be generated.
while Name_Buffer (Name_Len) = 'n' loop
if E_Calling_Stubs = Empty then
RCI_Locator := RCI_Locator_Table.Get (RCI_Package);
- -- The RCI_Locator package and calling stub are is inserted at the
- -- top level in the current unit, and must appear in the proper scope
- -- so that it is not prematurely removed by the GCC back end.
+ -- The RCI_Locator package and calling stub are inserted at the top
+ -- level in the current unit, and must appear in the proper scope so
+ -- that it is not prematurely removed by the GCC back end.
declare
Scop : constant Entity_Id := Cunit_Entity (Current_Sem_Unit);
begin
-- If the mod expression is (exactly) 2 * literal, where literal is
- -- 128 or less,then almost certainly the * was meant to be **. Warn.
+ -- 128 or less, then almost certainly the * was meant to be **. Warn.
if Warn_On_Suspicious_Modulus_Value
and then Nkind (Mod_Expr) = N_Op_Multiply