Signed-off-by: David Aguilar <davvid@xxxxxxxxx> --- builtin/difftool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/difftool.c b/builtin/difftool.c index 437474fea0..4931c10845 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. */ -- 2.33.0.886.g5b6dfe5e5c