From daa2e36be68558569cb7ad33bf7e8fe6be137931 Mon Sep 17 00:00:00 2001 From: Melody Date: Sat, 29 Dec 2018 11:59:39 -0500 Subject: [PATCH] change names -> symbols --- .travis/calcrom/calcrom.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/calcrom/calcrom.pl b/.travis/calcrom/calcrom.pl index 5bcd9deab1..9eff1c0648 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";