]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix pasto in comment
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 20 Dec 2022 11:35:53 +0000 (12:35 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 5 Jan 2023 14:30:01 +0000 (15:30 +0100)
gcc/ada/

* exp_ch3.adb (Expand_N_Object_Declaration): Fix pasto in comment.

gcc/ada/exp_ch3.adb

index a76acf34d66a3bda133963cebe5b1a3a08fa25e0..a3b62249c7d158d62f2fb3350288ceaa67b6708d 100644 (file)
@@ -8715,8 +8715,8 @@ package body Exp_Ch3 is
       --    type Txx is access all ...;
       --    Rxx : constant Txx :=
       --      new <expression-type>['(<expression>)][storage_pool =
-      --        system__secondary_stack__rs_pool][procedure_to_call =
-      --        system__secondary_stack__rs_allocate];
+      --        system__return_stack__rs_pool][procedure_to_call =
+      --        system__return_stack__rs_allocate];
 
       --    Result : T renames Rxx.all;