summaryrefslogtreecommitdiff
path: root/gcc/ada/g-dynhta.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-dynhta.ads')
-rw-r--r--gcc/ada/g-dynhta.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/g-dynhta.ads b/gcc/ada/g-dynhta.ads
index 2518fe96a14..cbb933ae3d4 100644
--- a/gcc/ada/g-dynhta.ads
+++ b/gcc/ada/g-dynhta.ads
@@ -130,7 +130,7 @@ package GNAT.Dynamic_HTables is
function Get_Next (T : Instance) 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.