]> git.ipfire.org Git - thirdparty/git.git/blobdiff - xdiff-interface.h
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / xdiff-interface.h
index ede4246bbd3397086f90217539a2d07a35a4b986..93df26900c2bfa923f1e871924ef319a6786fa72 100644 (file)
@@ -44,7 +44,7 @@ void discard_hunk_line(void *priv,
  * Compare the strings l1 with l2 which are of size s1 and s2 respectively.
  * Returns 1 if the strings are deemed equal, 0 otherwise.
  * The `flags` given as XDF_WHITESPACE_FLAGS determine how white spaces
- * are treated for the comparision.
+ * are treated for the comparison.
  */
 int xdiff_compare_lines(const char *l1, long s1,
                        const char *l2, long s2, long flags);