From: Ronan Desplanques Date: Wed, 4 Jun 2025 13:08:38 +0000 (+0200) Subject: ada: Fix comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9be32c81480f2afc287d9063f407d1dec7d56f9;p=thirdparty%2Fgcc.git 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 --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index eec276ccd04..f5173936943 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.