- spelling fixes

This commit is contained in:
Bernhard Reutner-Fischer
2008-02-11 11:44:38 +00:00
parent 83177991c8
commit a985d306a1
10 changed files with 17 additions and 17 deletions

View File

@ -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 */