Skip to content

Commit 2f5d384

Browse files
newrengitster
authored andcommitted
dir: remove stray quote character in comment
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2b1336 commit 2f5d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ static int match_pathspec_item(const struct index_state *istate,
373373
!ps_strncmp(item, match, name, namelen))
374374
return MATCHED_RECURSIVELY_LEADING_PATHSPEC;
375375

376-
/* name" doesn't match up to the first wild character */
376+
/* name doesn't match up to the first wild character */
377377
if (item->nowildcard_len < item->len &&
378378
ps_strncmp(item, match, name,
379379
item->nowildcard_len - prefix))

0 commit comments

Comments
 (0)