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 c8bf23a..cb0a092 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -3367,7 +3367,7 @@ package body Sem_Warn is P := Parent (C); loop -- If tree is not attached, do not issue warning (this is very - -- peculiar, and probably arises from some other error condition) + -- peculiar, and probably arises from some other error condition). if No (P) then return; |
