diff options
Diffstat (limited to 'gcc/ada/atree.ads')
-rw-r--r-- | gcc/ada/atree.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index e685ead0049..d503dc2a660 100644 --- a/gcc/ada/atree.ads +++ b/gcc/ada/atree.ads @@ -107,7 +107,7 @@ package Atree is -- Note: the required parentheses surrounding conditional -- and quantified expressions count as a level of parens - -- for this purposes, so e.g. in X := (if A then B else C); + -- for this purpose, so e.g. in X := (if A then B else C); -- Paren_Count for the right side will be 1. -- Comes_From_Source |