diff mbox series

[2/4] difftool: add a missing space to the run_dir_diff() comments

Message ID 20210919015729.98323-2-davvid@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/4] t7800-difftool: cleanup temporary repositories used by tests | expand

Commit Message

David Aguilar Sept. 19, 2021, 1:57 a.m. UTC
Signed-off-by: David Aguilar <davvid@gmail.com>
---
 builtin/difftool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/builtin/difftool.c b/builtin/difftool.c
index bb9fe7245a..4d2e772031 100644
--- a/builtin/difftool.c
+++ b/builtin/difftool.c
@@ -548,7 +548,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.
 	 */