]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[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 c13a882d45203c03e525175970c64ba02ed74e99..f755fc1cf52ba0f6b08e5bb5abf11a96ab1dfcc7 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 5c229956a17f03603d729dffb1705bf0dbc5198d..59e27aa07dfef98401f59c84752cb0a8555195cd 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;