summaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@freegeek.org>2010-03-14 08:51:53 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-14 08:52:55 +0000
commit66c80e75752e87a9479577fda1446a7623884f01 (patch)
treeb0d4bee933495072f4e7fc2dfc5c7b10c16f7358 /hw/fw_cfg.c
parent2f7a21c4a5a4db2183214ccd207c0c146971170b (diff)
downloadhqemu-66c80e75752e87a9479577fda1446a7623884f01.zip
hqemu-66c80e75752e87a9479577fda1446a7623884f01.tar.gz
spelling typo (compatibilty) in hw/fw_cfg.c
here's a trivial patch to fix the spelling of "compatibility": Signed-off-by: Vagrant Cascadian <vagrant@freegeek.org> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/fw_cfg.c')
-rw-r--r--hw/fw_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c
index fe6c543..22ebb50 100644
--- a/hw/fw_cfg.c
+++ b/hw/fw_cfg.c
@@ -179,7 +179,7 @@ static int get_uint32_as_uint16(QEMUFile *f, void *pv, size_t size)
static void put_unused(QEMUFile *f, void *pv, size_t size)
{
- fprintf(stderr, "uint32_as_uint16 is only used for backward compatibilty.\n");
+ fprintf(stderr, "uint32_as_uint16 is only used for backward compatibility.\n");
fprintf(stderr, "This functions shouldn't be called.\n");
}
OpenPOWER on IntegriCloud