diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 09:42:04 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-15 09:42:04 +0000 |
commit | 01046664b7fb53a64abeb067ece510fbe149609f (patch) | |
tree | 204a1a095d28fe91dea7b26d3f308c9c97f4f30c /gcc/ada/s-htable.ads | |
parent | 12308590e4cef9c7d707c0401ead28a5445593da (diff) | |
download | gcc-01046664b7fb53a64abeb067ece510fbe149609f.tar.gz |
2009-07-15 Robert Dewar <dewar@adacore.com>
* g-htable.ads, s-htable.ads: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149667 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-htable.ads')
-rw-r--r-- | gcc/ada/s-htable.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-htable.ads b/gcc/ada/s-htable.ads index bc416abd730..fc97cf40940 100644 --- a/gcc/ada/s-htable.ads +++ b/gcc/ada/s-htable.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2008, AdaCore -- +-- Copyright (C) 1995-2009, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -88,7 +88,7 @@ package System.HTable is function Get_First return Element; -- Returns No_Element if the HTable is empty, otherwise returns one - -- non specified element. There is no guarantee that 2 calls to this + -- non specified element. There is no guarantee that two calls to this -- function will return the same element. function Get_Next return Element; @@ -175,7 +175,7 @@ package System.HTable is function Get_First return Elmt_Ptr; -- Returns Null_Ptr if the HTable is empty, otherwise returns one - -- non specified element. There is no guarantee that 2 calls to this + -- non specified element. There is no guarantee that two calls to this -- function will return the same element. function Get_Next return Elmt_Ptr; |