grep: Fix a typo in a comment
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
97e7778422
commit
8997da3820
2
grep.c
2
grep.c
@ -898,7 +898,7 @@ static int grep_buffer_1(struct grep_opt *opt, const char *name,
|
|||||||
int hit;
|
int hit;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* look_ahead() skips quicly to the line that possibly
|
* look_ahead() skips quickly to the line that possibly
|
||||||
* has the next hit; don't call it if we need to do
|
* has the next hit; don't call it if we need to do
|
||||||
* something more than just skipping the current line
|
* something more than just skipping the current line
|
||||||
* in response to an unmatch for the current line. E.g.
|
* in response to an unmatch for the current line. E.g.
|
||||||
|
Loading…
Reference in New Issue
Block a user