[Ada] Fix unbalanced parens in documentation of Address clauses
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 26 Mar 2021 22:23:01 +0000 (23:23 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 21 Jun 2021 10:45:08 +0000 (06:45 -0400)
gcc/ada/

* doc/gnat_rm/representation_clauses_and_pragmas.rst (Address
Clauses): Fix unbalanced parens.
* gnat_rm.texi: Regenerate.

gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst
gcc/ada/gnat_rm.texi

index c13a882..f755fc1 100644 (file)
@@ -1738,7 +1738,7 @@ of the use of this pragma. This may cause an overlay to have this
 unintended clobbering effect. The compiler avoids this for scalar
 types, but not for composite objects (where in general the effect
 of ``Initialize_Scalars`` is part of the initialization routine
-for the composite object:
+for the composite object):
 
 ::
 
index 5c22995..59e27aa 100644 (file)
@@ -19946,7 +19946,7 @@ of the use of this pragma. This may cause an overlay to have this
 unintended clobbering effect. The compiler avoids this for scalar
 types, but not for composite objects (where in general the effect
 of @code{Initialize_Scalars} is part of the initialization routine
-for the composite object:
+for the composite object):
 
 @example
 pragma Initialize_Scalars;