From: David Aguilar Date: Fri, 1 Oct 2021 01:37:56 +0000 (-0700) Subject: difftool: add a missing space to the run_dir_diff() comments X-Git-Tag: v2.34.0-rc0~71^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28c10ecbfcd68062da602de98702bab71d76b12b;p=thirdparty%2Fgit.git difftool: add a missing space to the run_dir_diff() comments Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- diff --git a/builtin/difftool.c b/builtin/difftool.c index 1a415a15a3..a9d6553f72 100644 --- a/builtin/difftool.c +++ b/builtin/difftool.c @@ -558,7 +558,7 @@ static int run_dir_diff(const char *extcmd, int symlinks, const char *prefix, } /* - * Symbolic links require special treatment.The standard "git diff" + * Symbolic links require special treatment. The standard "git diff" * shows only the link itself, not the contents of the link target. * This loop replicates that behavior. */