From: Vagrant Cascadian Date: Sun, 14 Mar 2010 08:51:53 +0000 (+0000) Subject: spelling typo (compatibilty) in hw/fw_cfg.c X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~8444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66c80e75752e87a9479577fda1446a7623884f01;p=sdk%2Femulator%2Fqemu.git spelling typo (compatibilty) in hw/fw_cfg.c here's a trivial patch to fix the spelling of "compatibility": Signed-off-by: Vagrant Cascadian Signed-off-by: Blue Swirl --- 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"); }