From: Marc Poulhiès Date: Fri, 30 Jan 2026 11:52:16 +0000 (+0100) Subject: a68: Minor typo fix in doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ee6ac4bca7e01702615e6fb1acb8de9d544683;p=thirdparty%2Fgcc.git a68: Minor typo fix in doc gcc/algol68/ChangeLog: * ga68-coding-guidelines.texi: Typo fix. Signed-off-by: Marc Poulhiès --- diff --git a/gcc/algol68/ga68-coding-guidelines.texi b/gcc/algol68/ga68-coding-guidelines.texi index b8142882cb9..ee68d7ae853 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