Skip to content

Commit

Permalink
grep: Fix a typo in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michał Kiedrowicz authored and Junio C Hamano committed May 9, 2011
1 parent 97e7778 commit 8997da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 quickly 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.
Expand Down

0 comments on commit 8997da3

Please sign in to comment.