From fd7d9b8d9aaaaacfa0eafe668bff4404b8efa5e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Skytt=C3=A4?= Date: Sat, 16 Mar 2013 21:35:47 +0200 Subject: [PATCH] Comment spelling fix --- hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashtable.c b/hashtable.c index 68d34e8ba..5340383a8 100644 --- a/hashtable.c +++ b/hashtable.c @@ -99,7 +99,7 @@ hash(struct hashtable *h, void *k) static int hashtable_expand(struct hashtable *h) { - /* Double the size of the table to accomodate more entries */ + /* Double the size of the table to accommodate more entries */ struct entry **newtable; struct entry *e; struct entry **pE; -- 2.47.2