aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
authorMichał Kiedrowicz <michal.kiedrowicz@gmail.com>2011-05-09 23:52:03 +0200
committerJunio C Hamano <gitster@pobox.com>2011-05-09 16:28:16 -0700
commit8997da3820a0f55d156f43f3bb71856580df160d (patch)
tree429a5af2f950865584e3ee1a6ef8169a8d032f29 /grep.c
parent97e777842260a5339bb5272a35ebeaeaae554937 (diff)
downloadgit-8997da3820a0f55d156f43f3bb71856580df160d.tar.gz
git-8997da3820a0f55d156f43f3bb71856580df160d.tar.xz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index d67baf956..250462e0c 100644
--- 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 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.