diff options
Diffstat (limited to 'gcc/ada/sem_disp.ads')
-rw-r--r-- | gcc/ada/sem_disp.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_disp.ads b/gcc/ada/sem_disp.ads index 66a02513455..c27346dd428 100644 --- a/gcc/ada/sem_disp.ads +++ b/gcc/ada/sem_disp.ads @@ -90,7 +90,7 @@ package Sem_Disp is -- in the list of primitives of Tagged_Type. This latter search is needed -- when the interface primitive is covered by a private subprogram. If the -- primitive has not been covered yet then return the entity that will be - -- overriden when the primitive is covered (that is, return the entity + -- overridden when the primitive is covered (that is, return the entity -- whose alias attribute references the interface primitive). If none of -- these entities is found then return Empty. |