aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2020-05-09 00:06:16 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-07-15 09:42:38 -0400
commit5f9afe0dc1c06cd7b004280d84e4cb31c8616894 (patch)
tree03a7106e2f6a2c38245b2735880d0301a33652b7 /gcc/ada/libgnat
parent0b4034c06b376f1219925546eb1006a2627ca336 (diff)
downloadgcc-5f9afe0dc1c06cd7b004280d84e4cb31c8616894.zip
gcc-5f9afe0dc1c06cd7b004280d84e4cb31c8616894.tar.gz
gcc-5f9afe0dc1c06cd7b004280d84e4cb31c8616894.tar.bz2
[Ada] Fix typo in "accommodate" in docs and comments
gcc/ada/ * doc/gnat_rm/representation_clauses_and_pragmas.rst: Fix typo. * gnat_rm.texi: Regenerate. * libgnat/s-secsta.ads (Memory_Alignment): Likewise.
Diffstat (limited to 'gcc/ada/libgnat')
-rw-r--r--gcc/ada/libgnat/s-secsta.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/s-secsta.ads b/gcc/ada/libgnat/s-secsta.ads
index d06e97f..504c891 100644
--- a/gcc/ada/libgnat/s-secsta.ads
+++ b/gcc/ada/libgnat/s-secsta.ads
@@ -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).
--