diff options
author | Vagrant Cascadian <vagrant@freegeek.org> | 2010-03-14 08:51:53 +0000 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-03-14 22:54:26 +0100 |
commit | 8ec131fb593dede3e2113490af77ee20a4e26faa (patch) | |
tree | 70877926e8d0a85cd97d5ca9f81cbd15805d18ff /hw | |
parent | fdc: fix drive property handling. (diff) | |
download | qemu-kvm-8ec131fb593dede3e2113490af77ee20a4e26faa.tar.gz qemu-kvm-8ec131fb593dede3e2113490af77ee20a4e26faa.tar.bz2 qemu-kvm-8ec131fb593dede3e2113490af77ee20a4e26faa.zip |
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>
(cherry picked from commit 66c80e75752e87a9479577fda1446a7623884f01)
Diffstat (limited to 'hw')
-rw-r--r-- | hw/fw_cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c index ea120ba55..c62bf522d 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"); } |