Spelling fix (Mark Glines)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2879 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2007-05-27 19:39:27 +00:00
parent dbe06e1841
commit 7f75ffd39e
5 changed files with 15 additions and 15 deletions

View file

@ -1633,7 +1633,7 @@ void cpu_loop (CPUState *env)
call_pal(env, (trapnr >> 6) | 0x80);
break;
case EXCP_CALL_PALP ... (EXCP_CALL_PALE - 1):
fprintf(stderr, "Priviledged call to PALcode\n");
fprintf(stderr, "Privileged call to PALcode\n");
exit(1);
break;
case EXCP_DEBUG: