Commit 2e2ea909c2bf2f79bac4c8c78c68d5189e7ef284
1 parent
efd0c206
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3941 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
... | ... | @@ -40,7 +40,7 @@ BLOCK_OBJS+=block-dmg.o block-bochs.o block-vpc.o block-vvfat.o |
40 | 40 | BLOCK_OBJS+=block-qcow2.o block-parallels.o |
41 | 41 | |
42 | 42 | ###################################################################### |
43 | -# libqemu_common.a: Target indepedent part of system emulation. The | |
43 | +# libqemu_common.a: Target independent part of system emulation. The | |
44 | 44 | # long term path is to suppress *all* target specific code in case of |
45 | 45 | # system emulation, i.e. a single QEMU executable should support all |
46 | 46 | # CPUs and machines. | ... | ... |