[Ada] Fix minor typos in comments

gcc/ada/

	* checks.adb (Apply_Access_Check): Remove unbalanced paren.
	* exp_attr.adb (Expand_N_Attribute_Reference): Fix typo in
	comment.
This commit is contained in:
Piotr Trojanek 2020-10-08 23:39:07 +02:00 committed by Pierre-Marie de Rodat
parent 78004c41f7
commit cb9d41eb25
2 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ package body Checks is
-- We do not need checks if we are not generating code (i.e. the
-- expander is not active). This is not just an optimization, there
-- are cases (e.g. with pragma Debug) where generating the checks
-- can cause real trouble).
-- can cause real trouble.
if not Expander_Active then
return;

View File

@ -6224,7 +6224,7 @@ package body Exp_Attr is
then
Set_Attribute_Name (N, Name_Object_Size);
-- In all other cases, Size and VADS_Size are the sane
-- In all other cases, Size and VADS_Size are the same
else
Set_Attribute_Name (N, Name_Size);