aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/layout.ads
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2019-07-03 08:14:29 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-07-03 08:14:29 +0000
commit1f159b86c1e9ca2df09d6655fc9ad836d5c133e9 (patch)
tree280d4f6f0077e49e083b64ff501e30b72fb25132 /gcc/ada/layout.ads
parent8334176aaaebf68214328518b84a64ee20c72580 (diff)
downloadgcc-1f159b86c1e9ca2df09d6655fc9ad836d5c133e9.zip
gcc-1f159b86c1e9ca2df09d6655fc9ad836d5c133e9.tar.gz
gcc-1f159b86c1e9ca2df09d6655fc9ad836d5c133e9.tar.bz2
[Ada] Spell "laid" correctly
2019-07-03 Bob Duff <duff@adacore.com> gcc/ada/ * einfo.ads, exp_util.adb, layout.ads, sinfo.ads: Spell "laid" correctly. From-SVN: r272970
Diffstat (limited to 'gcc/ada/layout.ads')
-rw-r--r--gcc/ada/layout.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/layout.ads b/gcc/ada/layout.ads
index c38d529..81162c1 100644
--- a/gcc/ada/layout.ads
+++ b/gcc/ada/layout.ads
@@ -34,7 +34,7 @@ package Layout is
-- The following procedures are called from Freeze, so all entities
-- for types and objects that get frozen (which should be all such
- -- entities which are seen by the back end) will get layed out by one
+ -- entities which are seen by the back end) will get laid out by one
-- of these two procedures.
procedure Layout_Type (E : Entity_Id);