[Ada] Fix typo in "accommodate" in docs and comments
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 8 May 2020 22:06:16 +0000 (00:06 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 15 Jul 2020 13:42:38 +0000 (09:42 -0400)
gcc/ada/

* doc/gnat_rm/representation_clauses_and_pragmas.rst: Fix typo.
* gnat_rm.texi: Regenerate.
* libgnat/s-secsta.ads (Memory_Alignment): Likewise.

gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst
gcc/ada/gnat_rm.texi
gcc/ada/libgnat/s-secsta.ads

index efcdc8049fc4dc4d6b5bac9a5c511701570acfdb..7bae014b8ef888b31bdb2aa6c8e0cea01b9cc357 100644 (file)
@@ -582,7 +582,7 @@ that in each case the base is ``Short_Short_Integer`` with a size of 8):
 
 Note: the entries marked '*' are not actually specified by the Ada
 Reference Manual, which has nothing to say about size in the dynamic
-case. What GNAT does is to allocate sufficient bits to accomodate any
+case. What GNAT does is to allocate sufficient bits to accommodate any
 possible dynamic values for the bounds at run-time.
 
 So far, so good, but GNAT has to obey the RM rules, so the question is
index 0f6109e6a96bb93d35fb6cd2d1c3b710ba4c9068..5f36a4792a808c4c68cd96c0ab6fce16896d9110 100644 (file)
@@ -18572,7 +18572,7 @@ Value_Size
 
 Note: the entries marked '*' are not actually specified by the Ada
 Reference Manual, which has nothing to say about size in the dynamic
-case. What GNAT does is to allocate sufficient bits to accomodate any
+case. What GNAT does is to allocate sufficient bits to accommodate any
 possible dynamic values for the bounds at run-time.
 
 So far, so good, but GNAT has to obey the RM rules, so the question is
index d06e97f96d8f09c5f69199154c8aa350eb7cfddc..504c89147aa1b81c4b52e819332e1e125db43cca 100644 (file)
@@ -264,7 +264,7 @@ private
    Memory_Alignment : constant := Standard'Maximum_Alignment * 2;
    --  The memory alignment we will want to honor on every allocation.
    --
-   --  At this stage, gigi assumes we can accomodate any alignment requirement
+   --  At this stage, gigi assumes we can accommodate any alignment requirement
    --  there might be on the data type for which the memory gets allocated (see
    --  build_call_alloc_dealloc).
    --