Commit 8518042a by Bob Duff Committed by Pierre-Marie de Rodat

[Ada] Fix typo in GNAT RM

2019-07-05  Bob Duff  <duff@adacore.com>

gcc/ada/

	* doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
	Fix typo.
	* gnat_rm.texi: Regenerate.

From-SVN: r273104
parent 8e28429a
2019-07-05 Bob Duff <duff@adacore.com> 2019-07-05 Bob Duff <duff@adacore.com>
* doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
Fix typo.
* gnat_rm.texi: Regenerate.
2019-07-05 Bob Duff <duff@adacore.com>
* exp_attr.adb (Input): Take the No_Stream_Optimizations * exp_attr.adb (Input): Take the No_Stream_Optimizations
restriction into account. restriction into account.
......
...@@ -633,7 +633,7 @@ No_Stream_Optimizations ...@@ -633,7 +633,7 @@ No_Stream_Optimizations
[GNAT] This restriction affects the performance of stream operations on types [GNAT] This restriction affects the performance of stream operations on types
``String``, ``Wide_String`` and ``Wide_Wide_String``. By default, the ``String``, ``Wide_String`` and ``Wide_Wide_String``. By default, the
compiler uses block reads and writes when manipulating ``String`` objects compiler uses block reads and writes when manipulating ``String`` objects
due to their supperior performance. When this restriction is in effect, the due to their superior performance. When this restriction is in effect, the
compiler performs all IO operations on a per-character basis. compiler performs all IO operations on a per-character basis.
No_Streams No_Streams
......
...@@ -12838,7 +12838,7 @@ user-defined storage pool. ...@@ -12838,7 +12838,7 @@ user-defined storage pool.
[GNAT] This restriction affects the performance of stream operations on types [GNAT] This restriction affects the performance of stream operations on types
@code{String}, @code{Wide_String} and @code{Wide_Wide_String}. By default, the @code{String}, @code{Wide_String} and @code{Wide_Wide_String}. By default, the
compiler uses block reads and writes when manipulating @code{String} objects compiler uses block reads and writes when manipulating @code{String} objects
due to their supperior performance. When this restriction is in effect, the due to their superior performance. When this restriction is in effect, the
compiler performs all IO operations on a per-character basis. compiler performs all IO operations on a per-character basis.
@node No_Streams,No_Task_Allocators,No_Stream_Optimizations,Partition-Wide Restrictions @node No_Streams,No_Task_Allocators,No_Stream_Optimizations,Partition-Wide Restrictions
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment