Skip to content

Commit

Permalink
t/harness: Fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 18, 2024
1 parent d16fb3c commit 1a2e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ sub _compute_tests_and_ordering($) {

$all_dirs{$path} = 1;
$map_file_to_dir{$file} = $path;
# is this is a file that requires we do special processing
# is this a file that requires we do special processing
# on the directory as a whole?
if ($must_be_executed_serially{$file}) {
$partial_serials{$path} = 1;
Expand Down

0 comments on commit 1a2e8e7

Please sign in to comment.