Renamed CPU Type column to Arch in the report.
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 @@
         { # 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