diff options
Diffstat (limited to 'Porting/bench.pl')
-rwxr-xr-x | Porting/bench.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/bench.pl b/Porting/bench.pl index 6087dca138..5b24096818 100755 --- a/Porting/bench.pl +++ b/Porting/bench.pl @@ -1726,7 +1726,7 @@ sub grind_print_compact { @fields = grep exists $OPTS{fields}{$_}, @fields; } - # calculate the the max width of the test names + # calculate the max width of the test names my $name_width = 0; for (@test_names) { |