]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commitdiff
typo
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Feb 2008 10:02:52 +0000 (10:02 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Feb 2008 10:02:52 +0000 (10:02 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3941 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile

index 225b05da8a5efb2c866280065fa7b3876a12716b..88e88fe59e976bbcf958f67d27ce839d43d093bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ BLOCK_OBJS+=block-dmg.o block-bochs.o block-vpc.o block-vvfat.o
 BLOCK_OBJS+=block-qcow2.o block-parallels.o
 
 ######################################################################
-# libqemu_common.a: Target indepedent part of system emulation. The
+# libqemu_common.a: Target independent part of system emulation. The
 # long term path is to suppress *all* target specific code in case of
 # system emulation, i.e. a single QEMU executable should support all
 # CPUs and machines.