https://gcc.gnu.org/g:f9be32c81480f2afc287d9063f407d1dec7d56f9

commit r16-1934-gf9be32c81480f2afc287d9063f407d1dec7d56f9
Author: Ronan Desplanques <desplanq...@adacore.com>
Date:   Wed Jun 4 15:08:38 2025 +0200

    ada: Fix comment
    
    This patch fixes a misnaming of Make_Predefined_Primitive_Specs in a
    comment.
    
    gcc/ada/ChangeLog:
    
            * exp_ch3.adb (Predefined_Primitive_Bodies): Fix comment.

Diff:
---
 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 eec276ccd044..f51739369432 100644
--- a/gcc/ada/exp_ch3.adb
+++ b/gcc/ada/exp_ch3.adb
@@ -401,7 +401,7 @@ package body Exp_Ch3 is
      (Tag_Typ    : Entity_Id;
       Renamed_Eq : Entity_Id) return List_Id;
    --  Create the bodies of the predefined primitives that are described in
-   --  Predefined_Primitive_Specs. When not empty, Renamed_Eq must denote
+   --  Make_Predefined_Primitive_Specs. When not empty, Renamed_Eq must denote
    --  the defining unit name of the type's predefined equality as returned
    --  by Make_Predefined_Primitive_Specs.

Reply via email to