aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2019-12-13 09:05:43 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-12-13 09:05:43 +0000
commit814db0c199fb9c050008f9f1e12534425ccc40c8 (patch)
treed6b461cf67ff5d6ad23138d5350ef6804c38d5c4 /gcc/ada/doc
parent9531aef54f34b65aab0efe92a713d0f825b6cefe (diff)
downloadgcc-814db0c199fb9c050008f9f1e12534425ccc40c8.zip
gcc-814db0c199fb9c050008f9f1e12534425ccc40c8.tar.gz
gcc-814db0c199fb9c050008f9f1e12534425ccc40c8.tar.bz2
[Ada] Minor rewording of one sentence
2019-12-13 Gary Dismukes <dismukes@adacore.com> gcc/ada/ * doc/gnat_rm/implementation_defined_pragmas.rst: Minor rewording of one sentence. * gnat_rm.texi: Regenerate. From-SVN: r279368
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
index 04e4ac8..6d0bdd8 100644
--- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
+++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
@@ -3058,8 +3058,8 @@ different ways:
The compile-time approach is intended to optimize the generated code for the
pragma, by possibly using fast operations such as ``memset``. Note that such
- optimizations require using values the bytes of which all have the same
- binary representation.
+ optimizations require using values where the bytes all have the same binary
+ representation.
* At bind time, the programmer has several options: