diff options
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 30c5bc4..6f5887e 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -1422,9 +1422,9 @@ package body Sem_Ch13 is goto Continue; end if; - -- Skip looking at aspect if it is totally disabled. Just mark - -- it as such for later reference in the tree. This also sets - -- the Is_Ignored and Is_Checked flags appropriately. + -- Skip looking at aspect if it is totally disabled. Just mark it + -- as such for later reference in the tree. This also sets the + -- Is_Ignored and Is_Checked flags appropriately. Check_Applicable_Policy (Aspect); |