[Ada] Fix typo in GNAT RM
authorBob Duff <duff@adacore.com>
Fri, 5 Jul 2019 07:01:54 +0000 (07:01 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 5 Jul 2019 07:01:54 +0000 (07:01 +0000)
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

gcc/ada/ChangeLog
gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
gcc/ada/gnat_rm.texi

index 9f7ee9ddb6bf1c7181f9abc720a0924ac3163337..eacc5f28a9da444b1b75ea79eb5096c010b01d9e 100644 (file)
@@ -1,3 +1,9 @@
+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
index 7b599bec22f5e50f4596eae2144f90da0ca14249..cfa6356ec8616c9ca0b66ef1c1a7910f5d7a37bd 100644 (file)
@@ -633,7 +633,7 @@ No_Stream_Optimizations
 [GNAT] This restriction affects the performance of stream operations on types
 ``String``, ``Wide_String`` and ``Wide_Wide_String``. By default, the
 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.
 
 No_Streams
index 268ae30bb01f98670ce256a0451333a64384ce65..e67fb7beba4ccd45d2feb2b75dd2469916577403 100644 (file)
@@ -12838,7 +12838,7 @@ user-defined storage pool.
 [GNAT] This restriction affects the performance of stream operations on types
 @code{String}, @code{Wide_String} and @code{Wide_Wide_String}. By default, the
 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.
 
 @node No_Streams,No_Task_Allocators,No_Stream_Optimizations,Partition-Wide Restrictions