[Ada] Fix minor typos in comments
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 8 Oct 2020 21:39:07 +0000 (23:39 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 24 Nov 2020 10:16:06 +0000 (05:16 -0500)
gcc/ada/

* checks.adb (Apply_Access_Check): Remove unbalanced paren.
* exp_attr.adb (Expand_N_Attribute_Reference): Fix typo in
comment.

gcc/ada/checks.adb
gcc/ada/exp_attr.adb

index b389da5..1914fc3 100644 (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;
index 40de27b..70e1335 100644 (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);