summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody <melody@pallet.town>2018-12-29 11:59:39 -0500
committerMelody <melody@pallet.town>2018-12-29 11:59:39 -0500
commitdaa2e36be68558569cb7ad33bf7e8fe6be137931 (patch)
tree699c7b10e29abbf4faeeb53d0770502091f01b28
parent8a69f68d50f6ea33d3f7139d804d376850b0d291 (diff)
change names -> symbols
-rwxr-xr-x.travis/calcrom/calcrom.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/calcrom/calcrom.pl b/.travis/calcrom/calcrom.pl
index 5bcd9deab..9eff1c064 100755
--- a/.travis/calcrom/calcrom.pl
+++ b/.travis/calcrom/calcrom.pl
@@ -43,4 +43,4 @@ my $asmPct = sprintf("%.4f", 100 * $asm / $total);
print "$total total bytes of code\n";
print "$src bytes of code in src ($srcPct%)\n";
print "$asm bytes of code in asm ($asmPct%)\n";
-print "$undocumented global names undocumented\n";
+print "$undocumented global symbols undocumented\n";