Minor editing.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 23 Jan 2017 12:08:22 +0000 (13:08 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 23 Jan 2017 12:08:22 +0000 (13:08 +0100)
From-SVN: r244795

gcc/ada/sem_ch13.adb
gcc/ada/sem_eval.adb

index f8078ff62f387c60252c64c32eb9361456bb865c..5ac1c297a9140e11322fbd73f67dd999ac7534f9 100644 (file)
@@ -4908,7 +4908,7 @@ package body Sem_Ch13 is
                     ("\?j?use interrupt procedure instead", N);
                end if;
 
-            --  Case of an address clause for a controlled object which we
+            --  Case of an address clause for a controlled object, which we
             --  consider to be erroneous.
 
             elsif Is_Controlled (Etype (U_Ent))
@@ -4923,7 +4923,7 @@ package body Sem_Ch13 is
                    Reason => PE_Overlaid_Controlled_Object));
                return;
 
-            --  Case of an address clause for a class-wide object which is
+            --  Case of an address clause for a class-wide object, which is
             --  considered erroneous.
 
             elsif Is_Class_Wide_Type (Etype (U_Ent)) then
index 6e56e1d10bfd96aae7eb2454d9a84075e19d467d..5a8c27b7437c5badd4005b360d7057272d4ded03 100644 (file)
@@ -2682,7 +2682,7 @@ package body Sem_Eval is
       --  If the literal appears in a non-expression context, then it is
       --  certainly appearing in a non-static context, so check it. This is
       --  actually a redundant check, since Check_Non_Static_Context would
-      --  check it, but it seems worth while to optimize out the call.
+      --  check it, but it seems worthwhile to optimize out the call.
 
       --  An exception is made for a literal in an if or case expression