From 947cc0a45ddf7144532f37626fa0c547e357e3af Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 18 Jan 2013 13:47:43 +0100 Subject: dnscache: switch to use hashtable instead of linked list --- runtime/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/hashtable.c') diff --git a/runtime/hashtable.c b/runtime/hashtable.c index a01fa7d9..f718bd43 100644 --- a/runtime/hashtable.c +++ b/runtime/hashtable.c @@ -263,7 +263,7 @@ hashtable_destroy(struct hashtable *h, int free_values) /* some generic hash functions */ -/* one provided by Aaaron Wiebe based on perl's hashng algorithm +/* one provided by Aaaron Wiebe based on perl's hashing algorithm * (so probably pretty generic). Not for excessively large strings! */ unsigned int -- cgit v1.2.3