blr branch merge

blr branch merge
This commit is contained in:
MassimilianoPinto
2014-09-11 12:20:42 +02:00
30 changed files with 4649 additions and 90 deletions

View File

@ -28,7 +28,7 @@
* and value and to free them.
*
* The hashtable is arrange as a set of linked lists, the number of linked
* lists beign the hashsize as requested by the user. Entries are hashed by
* lists being the hashsize as requested by the user. Entries are hashed by
* calling the hash function that is passed in by the user, this is used as
* an index into the array of linked lists, usign modulo hashsize.
*