From: Vadim Godunko Date: Sat, 11 Jan 2020 15:25:18 +0000 (+0300) Subject: [Ada] Fix typos X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f38efc1361c67077f175f194a34718de85d17a24;p=gcc.git [Ada] Fix typos 2020-06-03 Vadim Godunko gcc/ada/ * libgnat/s-parame.ads, libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads: Fix typos. --- diff --git a/gcc/ada/libgnat/s-parame.ads b/gcc/ada/libgnat/s-parame.ads index 938531bccc7..7ec524b65a1 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 2cad3067a2a..6f1bff23fcd 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 e8be52a744c..70462f37eb8 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,