mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
[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:
parent
78004c41f7
commit
cb9d41eb25
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user