diff options
Diffstat (limited to 'gcc/ada/aspects.ads')
-rw-r--r-- | gcc/ada/aspects.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/aspects.ads b/gcc/ada/aspects.ads index 7392beea858..b21b1e23973 100644 --- a/gcc/ada/aspects.ads +++ b/gcc/ada/aspects.ads @@ -56,7 +56,7 @@ -- This may involve adding some nodes to the tree to perform additional -- treatments later. --- 5. Ff the semantic analysis of expressions/names in the aspect should not +-- 5. If the semantic analysis of expressions/names in the aspect should not -- occur at the point the aspect is defined, add code in the adequate -- semantic analysis procedure for the aspect. For example, this is the -- case for aspects Pre and Post on subprograms, which are pre-analyzed |