dir: fix typo in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
7541cc5302
commit
bbbb6b0b89
2
dir.c
2
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
|
* ":(icase)path" is treated as a pathspec full of
|
||||||
* wildcard. In other words, only prefix is considered common
|
* wildcard. In other words, only prefix is considered common
|
||||||
* prefix. If the pathspec is abc/foo abc/bar, running in
|
* 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).
|
* in non-:(icase).
|
||||||
*/
|
*/
|
||||||
GUARD_PATHSPEC(pathspec,
|
GUARD_PATHSPEC(pathspec,
|
||||||
|
|
Loading…
Reference in New Issue