diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-28 12:56:08 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 12:56:08 +0000 |
commit | 638e383e25e3e1bb4e1e82be7583b13615b478b2 (patch) | |
tree | fbb57f6a0d3c44ef1d9fbad080ccc7b3dba33605 /gcc/ada/layout.adb | |
parent | f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b (diff) | |
download | gcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.zip gcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.tar.gz gcc-638e383e25e3e1bb4e1e82be7583b13615b478b2.tar.bz2 |
86numaux.adb, [...]: Fix spelling errors.
* 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
types.ads, urealp.adb: Fix spelling errors.
From-SVN: r46581
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r-- | gcc/ada/layout.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb index 2ac4517..5778ea9 100644 --- a/gcc/ada/layout.adb +++ b/gcc/ada/layout.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- $Revision: 1.33 $ +-- $Revision: 1.1 $ -- -- -- Copyright (C) 2001 Free Software Foundation, Inc. -- -- -- @@ -2042,7 +2042,7 @@ package body Layout is -- For access types, set size/alignment. This is system address -- size, except for fat pointers (unconstrained array access types), - -- where the size is two times the address size, to accomodate the + -- where the size is two times the address size, to accommodate the -- two pointers that are required for a fat pointer (data and -- template). Note that E_Access_Protected_Subprogram_Type is not -- an access type for this purpose since it is not a pointer but is @@ -2072,7 +2072,7 @@ package body Layout is -- For other access types, we use either address size, or, if -- a fat pointer is used (pointer-to-unconstrained array case), - -- twice the address size to accomodate a fat pointer. + -- twice the address size to accommodate a fat pointer. else declare |