aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-09-17 09:34:54 -0700
committerJunio C Hamano <gitster@pobox.com>2019-09-17 12:20:34 -0700
commitbbbb6b0b898d0a03175a902524fb3a371fbd5b3f (patch)
tree900d6db82ac6879f4474ccbff548f70e814a97ad /dir.c
parent7541cc530239b14edacfa5750f8ab3a8a62dc545 (diff)
downloadgit-bbbb6b0b898d0a03175a902524fb3a371fbd5b3f.tar.gz
dir: fix typo in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index d021c908e5..a9168bed96 100644
--- a/dir.c
+++ b/dir.c
@@ -139,7 +139,7 @@ static size_t common_prefix_len(const struct pathspec *pathspec)
* ":(icase)path" is treated as a pathspec full of
* wildcard. In other words, only prefix is considered common
* prefix. If the pathspec is abc/foo abc/bar, running in
- * subdir xyz, the common prefix is still xyz, not xuz/abc as
+ * subdir xyz, the common prefix is still xyz, not xyz/abc as
* in non-:(icase).
*/
GUARD_PATHSPEC(pathspec,