diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-04-13 18:03:09 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-04-13 18:03:09 +0000 |
commit | 3354f96dac09a7c57641fd19083f3aefe0790a35 (patch) | |
tree | a0f7f9ee4024602fc581b4936e4483304cea1097 /gcc/ada/table.ads | |
parent | f3d57416230c94a56d89bb6119c47d46f68bc4e6 (diff) | |
download | gcc-3354f96dac09a7c57641fd19083f3aefe0790a35.tar.gz |
sfn_scan.adb, [...]: Fix comment typos.
gcc/ada/
* sfn_scan.adb, sfn_scan.ads, sinfo.ads,
sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads,
snames.ads, sprint.adb, stand.ads, stringt.ads,
styleg.adb, styleg.ads, stylesw.adb, stylesw.ads,
switch.ads, sysdep.c, table.adb, table.ads,
targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c,
trans.c, tree_io.adb, treepr.adb, types.adb, types.ads,
uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads,
vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb,
widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb,
xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb:
Fix comment typos.
From-SVN: r134243
Diffstat (limited to 'gcc/ada/table.ads')
-rw-r--r-- | gcc/ada/table.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/table.ads b/gcc/ada/table.ads index ff6926f145f..6b243222cd4 100644 --- a/gcc/ada/table.ads +++ b/gcc/ada/table.ads @@ -89,7 +89,7 @@ package Table is -- chunks controlled by the allocation parameters). -- Note: We do not make the table components aliased, since this would - -- restict the use of table for discriminated types. If it is necessary + -- restrict the use of table for discriminated types. If it is necessary -- to take the access of a table element, use Unrestricted_Access. -- WARNING: On HPPA, the virtual addressing approach used in this unit |