]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
a68: Minor typo fix in doc
authorMarc Poulhiès <dkm@kataplop.net>
Fri, 30 Jan 2026 11:52:16 +0000 (12:52 +0100)
committerMarc Poulhiès <dkm@kataplop.net>
Fri, 30 Jan 2026 11:52:16 +0000 (12:52 +0100)
gcc/algol68/ChangeLog:
* ga68-coding-guidelines.texi: Typo fix.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
gcc/algol68/ga68-coding-guidelines.texi

index b8142882cb92d024a346231dbb43ae3f7e745b91..ee68d7ae8536713e5ded95d5262ff9da58cfe2de 100644 (file)
@@ -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