From a985d306a1fb5533e6fd93dbbcc04e493a126de8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 11 Feb 2008 11:44:38 +0000 Subject: - spelling fixes --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') diff --git a/findutils/grep.c b/findutils/grep.c index 4c9582e8c..1094dcc63 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -229,7 +229,7 @@ static int grep_file(FILE *file) /* if we're just printing filenames, we stop after the first match */ if (PRINT_FILES_WITH_MATCHES) { puts(cur_file); - /* fall thru to "return 1" */ + /* fall through to "return 1" */ } /* OPT_L aka PRINT_FILES_WITHOUT_MATCHES: return early */ return 1; /* one match */ -- cgit v1.2.3