aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-08-31 19:45:06 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-08-31 19:45:06 +0300
commit19b61de40594e427b6dda2c63243ad6a7aee2d25 (patch)
tree143b246f2085e9d2a4549c7d609c3c769d3272d5
parent1b16ee8066edae7a1cd905e08b747fe797c3ec0e (diff)
downloadabi-compliance-checker-19b61de40594e427b6dda2c63243ad6a7aee2d25.tar.gz
Renamed CPU Type column to Arch in the report.
-rw-r--r--abi-compliance-checker.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-compliance-checker.pl b/abi-compliance-checker.pl
index d100399..14b83a7 100644
--- a/abi-compliance-checker.pl
+++ b/abi-compliance-checker.pl
@@ -16079,7 +16079,7 @@ sub get_Summary($)
{ # CPU arch
if($Arch1 eq $Arch2)
{ # go to the separate section
- $AddTestInfo .= "<tr><th>CPU Type</th><td>".showArch($Arch1)."</td></tr>\n";
+ $AddTestInfo .= "<tr><th>Arch</th><td>".showArch($Arch1)."</td></tr>\n";
}
else
{ # go to the version number