Skip to content

Commit 8997da3

Browse files
mkiedrowiczgitster
authored andcommitted
grep: Fix a typo in a comment
Signed-off-by: Michał Kiedrowicz <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 97e7778 commit 8997da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ static int grep_buffer_1(struct grep_opt *opt, const char *name,
898898
int hit;
899899

900900
/*
901-
* look_ahead() skips quicly to the line that possibly
901+
* look_ahead() skips quickly to the line that possibly
902902
* has the next hit; don't call it if we need to do
903903
* something more than just skipping the current line
904904
* in response to an unmatch for the current line. E.g.

0 commit comments

Comments
 (0)