diff options
author | bellard | 2008-02-01 11:02:52 +0100 |
---|---|---|
committer | bellard | 2008-02-01 11:02:52 +0100 |
commit | 2e2ea909c2bf2f79bac4c8c78c68d5189e7ef284 (patch) | |
tree | fe49354bd47d52dc11a3f5ed75be43f7fdb2b7b1 /Makefile | |
parent | suppressed warnings (diff) | |
download | qemu-2e2ea909c2bf2f79bac4c8c78c68d5189e7ef284.tar.gz qemu-2e2ea909c2bf2f79bac4c8c78c68d5189e7ef284.tar.xz qemu-2e2ea909c2bf2f79bac4c8c78c68d5189e7ef284.zip |
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3941 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |