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 518c9191e37..9140a0899f6 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -4366,7 +4366,7 @@ package body Sem_Warn is -- Otherwise we are at the outer level. An exception -- handler is significant only if it references the -- variable in question, or if the entity in question - -- is an OUT or IN OUT parameter, which which case + -- is an OUT or IN OUT parameter, in which case -- the caller can reference it after the exception -- handler completes. |