From: Eric Botcazou <[email protected]>
gcc/ada/ChangeLog:
* sem_type.adb (Last_Overloaded): Fix typo.
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/sem_type.adb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 --
--
2.51.0