diff options
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 d5116c69f3b..d7bcbef5f38 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. |