change names -> symbols

This commit is contained in:
Melody 2018-12-29 11:59:39 -05:00
parent 8a69f68d50
commit daa2e36be6
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ my $asmPct = sprintf("%.4f", 100 * $asm / $total);
print "$total total bytes of code\n"; print "$total total bytes of code\n";
print "$src bytes of code in src ($srcPct%)\n"; print "$src bytes of code in src ($srcPct%)\n";
print "$asm bytes of code in asm ($asmPct%)\n"; print "$asm bytes of code in asm ($asmPct%)\n";
print "$undocumented global names undocumented\n"; print "$undocumented global symbols undocumented\n";