diff options
author | Michał Kiedrowicz <michal.kiedrowicz@gmail.com> | 2011-05-09 23:52:03 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-09 16:28:16 -0700 |
commit | 8997da3820a0f55d156f43f3bb71856580df160d (patch) | |
tree | 429a5af2f950865584e3ee1a6ef8169a8d032f29 /grep.c | |
parent | 97e777842260a5339bb5272a35ebeaeaae554937 (diff) | |
download | git-8997da3820a0f55d156f43f3bb71856580df160d.tar.gz |
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>
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |