[gcc r16-9354] a68: fix typo in ga68-coding-guidelines.texi
"Jose E. Marchesi via Gcc-cvs" <[email protected]>
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:a015ee069bd3de216df0de796baa463036f5dc92 commit r16-9354-ga015ee069bd3de216df0de796baa463036f5dc92 Author: Jose E. Marchesi <[email protected]> Date: Tue Jul 14 10:51:43 2026 +0200 a68: fix typo in ga68-coding-guidelines.texi gcc/algol68/ChangeLog * ga68-coding-guidelines.texi (Conditional clauses): Fix typo if-parts -> else-parts. (cherry picked from commit 613f1d41d1ca4a90a75dd054c2160c9aec27ad46) Diff: --- gcc/algol68/ga68-coding-guidelines.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/algol68/ga68-coding-guidelines.texi b/gcc/algol68/ga68-coding-guidelines.texi index 7908e241d3cf..5748a45bc0a1 100644 --- a/gcc/algol68/ga68-coding-guidelines.texi +++ b/gcc/algol68/ga68-coding-guidelines.texi @@ -557,11 +557,11 @@ when written on a single line, just do it. Start the enquiry clause in the if-part of a conditional clause right after the @code{if} symbol, not in the next line. -The serial clauses in the then- and if-parts of the conditional clause +The serial clauses in the then- and else-parts of the conditional clause shall be indented five positions right, which is the length of both the @code{then} and @code{else} symbols plus one. -The first declaration or unit in the then- and if-parts shall be +The first declaration or unit in the then- and else-parts shall be placed in the same line than the @code{then} and @code{else} symbols, respectively.