]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix small typo in comment
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 7 Nov 2025 11:31:10 +0000 (12:31 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 18 Nov 2025 15:05:10 +0000 (16:05 +0100)
gcc/ada/ChangeLog:

* sem_type.adb (Last_Overloaded): Fix typo.

gcc/ada/sem_type.adb

index 31a2acdfc64646043bd2240d9870a7eef5e7a55b..86fd00124925bf2fb78056b7d80b0fac95443aee 100644 (file)
@@ -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 --