diff options
Diffstat (limited to 'gcc/ada/sem_warn.adb')
-rw-r--r-- | gcc/ada/sem_warn.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb index feb19ce5631..c29c6256e17 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -1025,7 +1025,7 @@ package body Sem_Warn is -- Suppress warning if private type, and the procedure -- has a separate declaration in a different unit. This -- is the case where the client of a package sees only - -- the private type, and it it may be quite reasonable + -- the private type, and it may be quite reasonable -- for the logical view to be in out, even if the -- implementation ends up using access types or some -- other method to achieve the local effect of a |