X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=330e68094318c50f69275d931546f02774cfa410;hb=6f8db408325831c25558eaa99b1d291562f7f65a;hp=d57f077d65e7243f4e6c2527c318e43ede098844;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index d57f077..330e680 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -23,7 +23,6 @@ * @author Matthias Braun, inspiration from densehash from google sparsehash * package * @date 17.03.2007 - * @version $Id$ * * * You have to specialize this file by defining: @@ -37,7 +36,7 @@ *
  • Hash(hashset,key) calculates the hash value for a given key
  • * * - * Note that by default it is assumed that the data values themselfes are used + * Note that by default it is assumed that the data values themselves are used * as keys. However you can change that with additional defines: * *