diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index f14d6e6c1..de4fcf5ad 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -638,7 +638,7 @@ int grep_main(int argc UNUSED_PARAM, char **argv) | |||
638 | 638 | ||
639 | if (opts & OPT_C) { | 639 | if (opts & OPT_C) { |
640 | /* -C unsets prev -A and -B, but following -A or -B | 640 | /* -C unsets prev -A and -B, but following -A or -B |
641 | may override it */ | 641 | * may override it */ |
642 | if (!(opts & OPT_A)) /* not overridden */ | 642 | if (!(opts & OPT_A)) /* not overridden */ |
643 | lines_after = Copt; | 643 | lines_after = Copt; |
644 | if (!(opts & OPT_B)) /* not overridden */ | 644 | if (!(opts & OPT_B)) /* not overridden */ |