Fix typo in comments.

This commit is contained in:
John B. Matthews 2008-05-22 17:30:27 +00:00
parent f6c5be1c64
commit 5b13796be0
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ public class ac {
int i = 0;
try {
s = s.trim().toLowerCase();
if (s.startsWith("$")) { // 650, Motorola
if (s.startsWith("$")) { // 6502, Motorola
i = Integer.parseInt(s.substring(1), 0x10);
} else if (s.startsWith("0x")) { // Java, C
i = Integer.parseInt(s.substring(2), 0x10);