summaryrefslogtreecommitdiff
path: root/gcc/ada/g-table.ads
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 12:56:08 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-28 12:56:08 +0000
commitda253936ab1342aaac88586a88a2861ca092aba2 (patch)
treefbb57f6a0d3c44ef1d9fbad080ccc7b3dba33605 /gcc/ada/g-table.ads
parentdd5b4b36c6c82b6018d550a469311d9c80bda0d2 (diff)
downloadgcc-da253936ab1342aaac88586a88a2861ca092aba2.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46581 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-table.ads')
-rw-r--r--gcc/ada/g-table.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-table.ads b/gcc/ada/g-table.ads
index 2ddd0b08d70..6074509636d 100644
--- a/gcc/ada/g-table.ads
+++ b/gcc/ada/g-table.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.12 $
+-- $Revision: 1.1 $
-- --
-- Copyright (C) 1998-2001 Ada Core Technologies, Inc. --
-- --
@@ -148,7 +148,7 @@ pragma Elaborate_Body (Table);
procedure Set_Last (New_Val : Table_Index_Type);
pragma Inline (Set_Last);
-- This procedure sets Last to the indicated value. If necessary the
- -- table is reallocated to accomodate the new value (i.e. on return
+ -- table is reallocated to accommodate the new value (i.e. on return
-- the allocated table has an upper bound of at least Last). If Set_Last
-- reduces the size of the table, then logically entries are removed
-- from the table. If Set_Last increases the size of the table, then