From: Ville Skyttä Date: Sat, 16 Mar 2013 19:35:47 +0000 (+0200) Subject: Comment spelling fix X-Git-Tag: v3.1.10~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7d9b8d9aaaaacfa0eafe668bff4404b8efa5e9;p=thirdparty%2Fccache.git Comment spelling fix --- 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;