projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e7778
)
grep: Fix a typo in a comment
author
Michał Kiedrowicz
<michal.kiedrowicz@gmail.com>
Mon, 9 May 2011 21:52:03 +0000
(23:52 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 May 2011 23:28:16 +0000
(16:28 -0700)
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
grep.c
patch
|
blob
|
history
diff --git
a/grep.c
b/grep.c
index d67baf956662b7260ccb0e51fbe52756ae82167a..250462e0c0dd09c1047273dd8f0470bcb2db2ccd 100644
(file)
--- a/
grep.c
+++ b/
grep.c
@@
-898,7
+898,7
@@
static int grep_buffer_1(struct grep_opt *opt, const char *name,
int hit;
/*
- * look_ahead() skips quicly to the line that possibly
+ * look_ahead() skips quic
k
ly to the line that possibly
* has the next hit; don't call it if we need to do
* something more than just skipping the current line
* in response to an unmatch for the current line. E.g.