summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_vfpt.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_vfpt.adb')
-rw-r--r--gcc/ada/exp_vfpt.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_vfpt.adb b/gcc/ada/exp_vfpt.adb
index ba3b383beb2..0537cf089d0 100644
--- a/gcc/ada/exp_vfpt.adb
+++ b/gcc/ada/exp_vfpt.adb
@@ -242,7 +242,7 @@ package body Exp_VFpt is
Func : RE_Id;
function Call_Type (T : Entity_Id; Otyp : Entity_Id) return RE_Id;
- -- Given one of the two types T, determines the coresponding call
+ -- Given one of the two types T, determines the corresponding call
-- type, i.e. the type to be used for the call (or the result of
-- the call). The actual operand is converted to (or from) this type.
-- Otyp is the other type, which is useful in figuring out the result.