diff options
Diffstat (limited to 'src/include/engine/utils.h')
-rw-r--r-- | src/include/engine/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/engine/utils.h b/src/include/engine/utils.h index 54bfc17..fe6022f 100644 --- a/src/include/engine/utils.h +++ b/src/include/engine/utils.h @@ -6,7 +6,7 @@ // dellist: deletes the provided table void dellist(tablist_t *list); -/* hash: calculates the DJB2 hash of a string, +/* hash: calculates the DJB2 hash of a string, * and returns that mod TABLEN */ int hash(char *str); |