Skip to content

Commit

Permalink
ctype.c: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
René Scharfe authored and gitster committed May 1, 2009
1 parent 4b25d09 commit 1087aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctype.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ enum {
A = GIT_ALPHA,
D = GIT_DIGIT,
G = GIT_GLOB_SPECIAL, /* *, ?, [, \\ */
R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | * */
R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | */
};

unsigned char sane_ctype[256] = {
Expand Down

0 comments on commit 1087aba

Please sign in to comment.