From 1a2e8e708a78fa3f519129c2489a4998cfb3266a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 18 May 2024 09:26:00 -0600 Subject: [PATCH] t/harness: Fix grammar in comment --- t/harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/harness b/t/harness index 67d26d733182..c038ad3c96a5 100644 --- a/t/harness +++ b/t/harness @@ -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;