diff options
Diffstat (limited to 'gcc/ada/gnat-style.texi')
-rw-r--r-- | gcc/ada/gnat-style.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index c6f09279571..def4d03e5d7 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -366,7 +366,7 @@ a follows: @noindent The "elsif", "else" and "end if" always line up with the "if" keyword. The -prefered location for splitting the line is before "and" or "or". The +preferred location for splitting the line is before "and" or "or". The continuation of a condition is indented with two spaces or as many as needed to make nesting clear. As exception, if conditions are closely related either of the following is |