OK, thanks.
> From: Marc Poulhiès <[email protected]> > > gcc/algol68/ChangeLog: > * ga68-coding-guidelines.texi: Typo fix. > > Signed-off-by: Marc Poulhiès <[email protected]> > --- > 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
