]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
spelling typo (compatibilty) in hw/fw_cfg.c
authorVagrant Cascadian <vagrant@freegeek.org>
Sun, 14 Mar 2010 08:51:53 +0000 (08:51 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 14 Mar 2010 21:54:26 +0000 (22:54 +0100)
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>
(cherry picked from commit 66c80e75752e87a9479577fda1446a7623884f01)

hw/fw_cfg.c

index ea120ba5531e81d1a8c2ebf6e3e8190835199ac3..c62bf522d49c62e8e50080ea4aef1b6e51d14b30 100644 (file)
@@ -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");
 }