https://gcc.gnu.org/g:69ee6ac4bca7e01702615e6fb1acb8de9d544683
commit r16-7188-g69ee6ac4bca7e01702615e6fb1acb8de9d544683 Author: Marc Poulhiès <[email protected]> Date: Fri Jan 30 12:52:16 2026 +0100 a68: Minor typo fix in doc gcc/algol68/ChangeLog: * ga68-coding-guidelines.texi: Typo fix. Signed-off-by: Marc Poulhiès <[email protected]> Diff: --- gcc/algol68/ga68-coding-guidelines.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/algol68/ga68-coding-guidelines.texi b/gcc/algol68/ga68-coding-guidelines.texi index b8142882cb92..ee68d7ae8536 100644 --- a/gcc/algol68/ga68-coding-guidelines.texi +++ b/gcc/algol68/ga68-coding-guidelines.texi @@ -441,7 +441,7 @@ proc hash_string (string s) @node Closed clauses @section Closed clauses -Algol 68 allows using @code{(} an @code{)} instead of @code{begin} and +Algol 68 allows using @code{(} and @code{)} instead of @code{begin} and @code{end} to delimit closed clauses. In fact, parenthesized expression in other programming languages are realized in Algol 68 with closed clauses, in a very orthogonal way. Both forms are useful
