[Ada] Fix typos
authorVadim Godunko <godunko@adacore.com>
Sat, 11 Jan 2020 15:25:18 +0000 (18:25 +0300)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 3 Jun 2020 10:01:43 +0000 (06:01 -0400)
2020-06-03  Vadim Godunko  <godunko@adacore.com>

gcc/ada/

* libgnat/s-parame.ads, libgnat/s-parame__ae653.ads,
libgnat/s-parame__hpux.ads: Fix typos.

gcc/ada/libgnat/s-parame.ads
gcc/ada/libgnat/s-parame__ae653.ads
gcc/ada/libgnat/s-parame__hpux.ads

index 938531bccc7d13efaf898895d3d3d29a33bb7897..7ec524b65a1f01a6d1fa81a69493414170fda515 100644 (file)
@@ -94,7 +94,7 @@ package System.Parameters is
 
    Runtime_Default_Sec_Stack_Size : constant Size_Type := 10 * 1024;
    --  The run-time chosen default size for secondary stacks that may be
-   --  overriden by the user with the use of binder -D switch.
+   --  overridden by the user with the use of binder -D switch.
 
    Sec_Stack_Dynamic : constant Boolean := True;
    --  Indicates if secondary stacks can grow and shrink at run-time. If False,
index 2cad3067a2a0fd73fa33ba576cdb73ed9e1df719..6f1bff23fcdfba11897d417ed628af1ce7863f8a 100644 (file)
@@ -94,7 +94,7 @@ package System.Parameters is
 
    Runtime_Default_Sec_Stack_Size : constant Size_Type := 10 * 1024;
    --  The run-time chosen default size for secondary stacks that may be
-   --  overriden by the user with the use of binder -D switch.
+   --  overridden by the user with the use of binder -D switch.
 
    Sec_Stack_Dynamic : constant Boolean := False;
    --  Indicates if secondary stacks can grow and shrink at run-time. If False,
index e8be52a744c499744fe1cc699b4882180002530d..70462f37eb85ed120c0d18c93bb7e67f6c7bb005 100644 (file)
@@ -92,7 +92,7 @@ package System.Parameters is
 
    Runtime_Default_Sec_Stack_Size : constant Size_Type := 10 * 1024;
    --  The run-time chosen default size for secondary stacks that may be
-   --  overriden by the user with the use of binder -D switch.
+   --  overridden by the user with the use of binder -D switch.
 
    Sec_Stack_Dynamic : constant Boolean := True;
    --  Indicates if secondary stacks can grow and shrink at run-time. If False,