]> git.ipfire.org Git - thirdparty/git.git/blobdiff - hashmap.c
Merge branch 'ma/filter-branch-doc-caret' into maint
[thirdparty/git.git] / hashmap.c
index 39c13110bc32f05f0cbb4ec1cf22bdc6ea6995b2..09813e1a46676c1475c1ad903f1d9358bf56827e 100644 (file)
--- a/hashmap.c
+++ b/hashmap.c
@@ -51,7 +51,7 @@ unsigned int memihash(const void *buf, size_t len)
 }
 
 /*
- * Incoporate another chunk of data into a memihash
+ * Incorporate another chunk of data into a memihash
  * computation.
  */
 unsigned int memihash_cont(unsigned int hash_seed, const void *buf, size_t len)