Fix a typo ... lable -> label

This commit is contained in:
Homer Hsing 2012-09-06 10:31:22 +08:00 committed by Damien Lespiau
parent ea1fcf0b44
commit f282ea689b

View File

@ -352,7 +352,7 @@ int main(int argc, char **argv)
entry1 = compiled_program.first;
} while (entry1 != entry);
if (found == 0)
fprintf(stderr, "can not find lable %s\n",
fprintf(stderr, "can not find label %s\n",
entry->instruction.reloc_target);
}
}