spelling typo (compatibilty) in hw/fw_cfg.c
authorVagrant Cascadian <vagrant@freegeek.org>
Sun, 14 Mar 2010 08:51:53 +0000 (08:51 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 14 Mar 2010 08:52:55 +0000 (08:52 +0000)
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>
hw/fw_cfg.c

index fe6c543..22ebb50 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");
 }