summaryrefslogtreecommitdiff
path: root/gcc/ada/g-htable.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-15 09:42:04 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-15 09:42:04 +0000
commit01046664b7fb53a64abeb067ece510fbe149609f (patch)
tree204a1a095d28fe91dea7b26d3f308c9c97f4f30c /gcc/ada/g-htable.ads
parent12308590e4cef9c7d707c0401ead28a5445593da (diff)
downloadgcc-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/g-htable.ads')
-rw-r--r--gcc/ada/g-htable.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/g-htable.ads b/gcc/ada/g-htable.ads
index a158d09f618..e747637a590 100644
--- a/gcc/ada/g-htable.ads
+++ b/gcc/ada/g-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- --
@@ -103,7 +103,7 @@ package GNAT.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
+ -- -- non specified element. There is no guarantee that two calls to
-- -- this function will return the same element.
-- function Get_Next return Element;
@@ -188,7 +188,7 @@ package GNAT.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
+ -- -- non specified element. There is no guarantee that two calls to
-- -- this function will return the same element.
-- function Get_Next return Elmt_Ptr;