From: Eric Botcazou Date: Fri, 7 Nov 2025 11:31:10 +0000 (+0100) Subject: ada: Fix small typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec436c235a9a185740b9a332710af5a3d9132b5;p=thirdparty%2Fgcc.git ada: Fix small typo in comment gcc/ada/ChangeLog: * sem_type.adb (Last_Overloaded): Fix typo. --- diff --git a/gcc/ada/sem_type.adb b/gcc/ada/sem_type.adb index 31a2acdfc64..86fd0012492 100644 --- a/gcc/ada/sem_type.adb +++ b/gcc/ada/sem_type.adb @@ -109,7 +109,7 @@ package body Sem_Type is Equal => "="); Last_Overloaded : Node_Id := Empty; - -- Overloaded node after initializing a new collection of intepretation + -- Overloaded node after initializing a new collection of interpretations ------------------------------------- -- Handling of Overload Resolution --