From: Elijah Newren Date: Tue, 17 Sep 2019 16:34:54 +0000 (-0700) Subject: dir: fix typo in comment X-Git-Tag: v2.24.0-rc0~41^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbbb6b0b898d0a03175a902524fb3a371fbd5b3f;p=thirdparty%2Fgit.git dir: fix typo in comment Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- 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,