Spell "unkown" correctly in error_report() arguments

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Markus Armbruster 2011-06-22 14:03:56 +02:00 committed by Stefan Hajnoczi
parent 9d42e15dc9
commit dd3d677512
6 changed files with 11 additions and 11 deletions

View file

@ -83,7 +83,7 @@ static void sys_write(void *opaque, target_phys_addr_t addr, uint32_t value)
break;
default:
error_report("lm32_sys: write access to unkown register 0x"
error_report("lm32_sys: write access to unknown register 0x"
TARGET_FMT_plx, addr << 2);
break;
}