]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Comment spelling fix
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 16 Mar 2013 19:35:47 +0000 (21:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 20 Mar 2013 21:15:53 +0000 (22:15 +0100)
hashtable.c

index 68d34e8ba6fa196d331383a57433e64d2f52137f..5340383a87ee15b1524faf6e7a8c62293acb1195 100644 (file)
@@ -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;