From: Christoph Mallon Date: Thu, 27 Aug 2009 13:27:55 +0000 (+0000) Subject: Correct typo in commment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=99b41a6275f07f656f81ba54f69632aafd96b64d;p=cparser Correct typo in commment. [r26439] --- diff --git a/adt/hashset.c b/adt/hashset.c index d57f077..b1ed59b 100644 --- a/adt/hashset.c +++ b/adt/hashset.c @@ -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: * *