Correct typo in commment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Aug 2009 13:27:55 +0000 (13:27 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Aug 2009 13:27:55 +0000 (13:27 +0000)
[r26439]

adt/hashset.c

index d57f077..b1ed59b 100644 (file)
@@ -37,7 +37,7 @@
  *  <li><b>Hash(hashset,key)</b> calculates the hash value for a given key</li>
  * </ul>
  *
- * 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:
  *
  * <ul>