diff options
Diffstat (limited to 'gcc/ada/styleg.ads')
-rw-r--r-- | gcc/ada/styleg.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/styleg.ads b/gcc/ada/styleg.ads index 7aabac441df..06e55341bf1 100644 --- a/gcc/ada/styleg.ads +++ b/gcc/ada/styleg.ads @@ -151,8 +151,8 @@ package Styleg is -- Called after scanning a vertical bar to check spacing procedure Check_Xtra_Parens (Loc : Source_Ptr); - -- Called after scanning a conditional expression that has at least one - -- level of parentheses around the entire expression. + -- Called after scanning an if, case, or quantified expression that has at + -- least one level of parentheses around the entire expression. function Mode_In_Check return Boolean; pragma Inline (Mode_In_Check); |