aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Godunko <godunko@adacore.com>2020-01-11 18:25:18 +0300
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-03 06:01:43 -0400
commitf38efc1361c67077f175f194a34718de85d17a24 (patch)
tree0480541d0c07e1fd4ecfc9b7b4cbccc2c9113c3d
parente4542648e1d0e922bb2bb700f25b42e5af0da9ab (diff)
downloadgcc-f38efc1361c67077f175f194a34718de85d17a24.zip
gcc-f38efc1361c67077f175f194a34718de85d17a24.tar.gz
gcc-f38efc1361c67077f175f194a34718de85d17a24.tar.bz2
[Ada] Fix typos
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.
-rw-r--r--gcc/ada/libgnat/s-parame.ads2
-rw-r--r--gcc/ada/libgnat/s-parame__ae653.ads2
-rw-r--r--gcc/ada/libgnat/s-parame__hpux.ads2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/libgnat/s-parame.ads b/gcc/ada/libgnat/s-parame.ads
index 938531b..7ec524b 100644
--- a/gcc/ada/libgnat/s-parame.ads
+++ b/gcc/ada/libgnat/s-parame.ads
@@ -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,
diff --git a/gcc/ada/libgnat/s-parame__ae653.ads b/gcc/ada/libgnat/s-parame__ae653.ads
index 2cad306..6f1bff2 100644
--- a/gcc/ada/libgnat/s-parame__ae653.ads
+++ b/gcc/ada/libgnat/s-parame__ae653.ads
@@ -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,
diff --git a/gcc/ada/libgnat/s-parame__hpux.ads b/gcc/ada/libgnat/s-parame__hpux.ads
index e8be52a..70462f3 100644
--- a/gcc/ada/libgnat/s-parame__hpux.ads
+++ b/gcc/ada/libgnat/s-parame__hpux.ads
@@ -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,