diff options
-rw-r--r-- | gcc/ada/stylesw.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/stylesw.ads b/gcc/ada/stylesw.ads index 8ed2ae2ac50..4ee70741097 100644 --- a/gcc/ada/stylesw.ads +++ b/gcc/ada/stylesw.ads @@ -156,8 +156,8 @@ package Stylesw is -- with the IF keyword. Style_Check_Max_Line_Length : Boolean := False; - -- This can be set True by using the -gnatg or -gnatym/M switches. If it is - -- True, it activates checking for a maximum line length of + -- This can be set True by using the -gnatg or -gnatym/M switches. + -- If it is True, it activates checking for a maximum line length of -- Style_Max_Line_Length characters. Style_Check_Max_Nesting_Level : Boolean := False; |