Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 09:39:03 +0000 (10:39 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 09:39:03 +0000 (10:39 +0100)
From-SVN: r219237

gcc/ada/a-stwiun-shared.ads
gcc/ada/a-stzunb-shared.ads
gcc/ada/sem_util.adb

index 20c2d42..e37b1c2 100644 (file)
@@ -415,7 +415,7 @@ private
       Last : Natural := 0;
       Data : Wide_String (1 .. Max_Length);
       --  Last is the index of last significant element of the Data. All
-      --  elements with larger indices are just an extra room.
+      --  elements with larger indexes are just extra room for expansion.
    end record;
 
    type Shared_Wide_String_Access is access all Shared_Wide_String;
index 3c9e016..d84c86b 100644 (file)
@@ -424,7 +424,7 @@ private
       Last : Natural := 0;
       Data : Wide_Wide_String (1 .. Max_Length);
       --  Last is the index of last significant element of the Data. All
-      --  elements with larger indices are just an extra room.
+      --  elements with larger indexes are just extra room for expansion.
    end record;
 
    type Shared_Wide_Wide_String_Access is access all Shared_Wide_Wide_String;
index a93139e..b8e22ea 100644 (file)
@@ -2133,7 +2133,7 @@ package body Sem_Util is
                   begin
                      Id := Get_Function_Id (Call);
 
-                     --  In case of previous error, no check is posible.
+                     --  In case of previous error, no check is possible
 
                      if No (Id) then
                         return Abandon;