[COMMITTED] ada: Fix typo in comment of Ada.Exceptions.Save_Occurrence

2023-07-28 Thread Marc Poulhiès via Gcc-patches
From: Piotr Trojanek Minor typo in comment. gcc/ada/ * libgnat/a-except.ads (Save_Occurrence): Fix typo. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/libgnat/a-except.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/libgnat/a-except.a

[COMMITTED] ada: Fix typo in comment

2023-05-15 Thread Marc Poulhiès via Gcc-patches
gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index abe71b252e7..363186565

[COMMITTED] ada: Fix typo in comment

2023-01-16 Thread Marc Poulhiès via Gcc-patches
From: Eric Botcazou gcc/ada/ * exp_ch3.adb (Make_Allocator_For_Return): Fix typo in comment. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/exp_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index

[COMMITTED] ada: Fix typo in comment referring to pragma Restrictions

2022-11-04 Thread Marc Poulhiès via Gcc-patches
From: Piotr Trojanek Comment cleanup only. gcc/ada/ * libgnat/g-excact.ads (Register_Global_Action): Refill comment. (Name_To_Id): Change pragma Restriction from singular to plural. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/libgnat/g-excact.ads |