diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-04-10 21:44:46 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-04-10 21:44:46 +0000 |
commit | 276e95ca1593bd1c467a219c55670d637cec8e46 (patch) | |
tree | a62c0204745bb07651b744e6bb87566858340a60 /gcc/ada/s-htable.ads | |
parent | 2893f753057ad4e703efad9766713d961b652e28 (diff) | |
download | gcc-276e95ca1593bd1c467a219c55670d637cec8e46.zip gcc-276e95ca1593bd1c467a219c55670d637cec8e46.tar.gz gcc-276e95ca1593bd1c467a219c55670d637cec8e46.tar.bz2 |
gnat_ugn.texi: Fix typos.
gcc/ada/
* gnat_ugn.texi: Fix typos.
* raise-gcc.c, repinfo.adb, repinfo.ads, restrict.adb,
restrict.ads, rtsfind.adb, rtsfind.ads, s-arit64.ads,
s-asthan-vms-alpha.adb, s-auxdec.ads, s-casuti.ads,
s-fatflt.ads, s-fatgen.adb, s-fatlfl.ads,
s-fatllf.ads, s-fatsfl.ads, s-filofl.ads,
s-finimp.adb, s-finroo.ads, s-fishfl.ads,
s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
s-hibaen.ads, s-htable.ads, s-imgcha.adb,
s-imgenu.ads, s-imgint.adb, s-imgrea.adb,
s-inmaop-dummy.adb, s-inmaop.ads, s-interr-vms.adb,
s-interr-vxworks.adb, s-interr.adb, s-interr.ads,
s-intman-vxworks.ads, s-intman.ads, s-mastop-irix.adb,
s-os_lib.adb, s-os_lib.ads, s-osinte-aix.ads,
s-osinte-darwin.ads, s-osinte-freebsd.ads,
s-osinte-hpux.ads, s-osinte-lynxos-3.adb,
s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
s-osinte-rtems.ads, s-osinte-solaris-posix.ads,
s-osprim-mingw.adb, s-osprim-vms.adb, s-parame-ae653.ads,
s-parame-hpux.ads, s-parame-vms-alpha.ads,
s-parame-vms-ia64.ads, s-parame-vms-restrict.ads,
s-parame-vxworks.ads, s-parame.ads, s-parint.adb,
s-parint.ads, s-poosiz.adb, s-proinf-irix-athread.ads,
s-proinf.ads, s-regexp.adb, s-regpat.adb, s-regpat.ads,
s-rident.ads: Fix comment typos.
From-SVN: r134177
Diffstat (limited to 'gcc/ada/s-htable.ads')
-rw-r--r-- | gcc/ada/s-htable.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-htable.ads b/gcc/ada/s-htable.ads index d5116c6..d7bcbef 100644 --- a/gcc/ada/s-htable.ads +++ b/gcc/ada/s-htable.ads @@ -183,7 +183,7 @@ package System.HTable is function Get_Next return Elmt_Ptr; -- Returns a non-specified element that has not been returned by the -- same function since the last call to Get_First or Null_Ptr if - -- there is no such element or Get_First has bever been called. If + -- there is no such element or Get_First has never been called. If -- there is no call to 'Set' in between Get_Next calls, all the -- elements of the HTable will be traversed. |