X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Fhashset.c;h=b1ed59be90886fcbec603467e9d8d43213ba2c53;hb=8419f1ba0bf30104f666384ab0f36bdea51046b6;hp=415aaabce3d6816af0bc0c1359d412bec35e31ac;hpb=9081de598f497369098ad9241de7553273481ea4;p=cparser diff --git a/adt/hashset.c b/adt/hashset.c index 415aaab..b1ed59b 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2009 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -37,7 +37,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: * *