X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=xdiff-interface.h;h=93df26900c2bfa923f1e871924ef319a6786fa72;hb=a208ec1f0b654390ad06372c53b7ffe785052d98;hp=ede4246bbd3397086f90217539a2d07a35a4b986;hpb=c9808fa014aa88cc306705d308d1d9065d567ddc;p=thirdparty%2Fgit.git diff --git a/xdiff-interface.h b/xdiff-interface.h index ede4246bbd..93df26900c 100644 --- a/xdiff-interface.h +++ b/xdiff-interface.h @@ -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);