diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-27 19:39:27 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-27 19:39:27 +0000 |
commit | 7f75ffd39e4857dbeea32594e7523bf311aecf87 (patch) | |
tree | e16b7f5849adaa5996c28a9f0b1c9b9283ea5e8c /linux-user | |
parent | dbe06e1841028ffa080ffe06273397fc583a7fcc (diff) | |
download | qemu-7f75ffd39e4857dbeea32594e7523bf311aecf87.tar.gz qemu-7f75ffd39e4857dbeea32594e7523bf311aecf87.tar.bz2 qemu-7f75ffd39e4857dbeea32594e7523bf311aecf87.zip |
Spelling fix (Mark Glines)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2879 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index dc242f621c..259173bb83 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -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: |