aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/ls-files.c
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-24 16:09:06 +0300
committerJunio C Hamano <gitster@pobox.com>2024-09-24 10:54:39 -0700
commited4d4f38373f774891123e995fc47333d5a048b6 (patch)
tree3c9134f4d70777e962fcc27ad3b8a9c550104da5 /builtin/ls-files.c
parent6258f68c3c1092c901337895c864073dcdea9213 (diff)
downloadgit-ed4d4f38373f774891123e995fc47333d5a048b6.tar.gz
builtin: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Reviewed-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/ls-files.c')
-rw-r--r--builtin/ls-files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/ls-files.c b/builtin/ls-files.c
index 6aaba08e30..e016b0415d 100644
--- a/builtin/ls-files.c
+++ b/builtin/ls-files.c
@@ -507,7 +507,7 @@ static int get_common_prefix_len(const char *common_prefix)
common_prefix_len = strlen(common_prefix);
/*
- * If the prefix has a trailing slash, strip it so that submodules wont
+ * If the prefix has a trailing slash, strip it so that submodules won't
* be pruned from the index.
*/
if (common_prefix[common_prefix_len - 1] == '/')