aboutsummaryrefslogtreecommitdiff
path: root/ctype.c
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2009-05-01 22:03:07 +0200
committerJunio C Hamano <gitster@pobox.com>2009-05-01 16:07:29 -0700
commit1087aba86b4a687cabf03d4a060d4b51282819d3 (patch)
treecfb2b68669351471e328cc22ab03306cf822e13e /ctype.c
parent4b25d091ba53c758fae0096b8c0662371857b9d9 (diff)
downloadgit-1087aba86b4a687cabf03d4a060d4b51282819d3.tar.gz
git-1087aba86b4a687cabf03d4a060d4b51282819d3.tar.xz
ctype.c: fix typo in comment
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ctype.c')
-rw-r--r--ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctype.c b/ctype.c
index b90ec004f..7ee64c7d7 100644
--- a/ctype.c
+++ b/ctype.c
@@ -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] = {