summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-09-05 16:04:16 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-09-05 16:04:16 +0000
commit36d54d15e1ef8287a7b306f06dc9f49178773c65 (patch)
tree30d681615e109aa4a001a120a54071c41ca287c8 /qemu-tech.texi
parentremoved duplicated option (diff)
downloadqemu-kvm-36d54d15e1ef8287a7b306f06dc9f49178773c65.tar.gz
qemu-kvm-36d54d15e1ef8287a7b306f06dc9f49178773c65.tar.bz2
qemu-kvm-36d54d15e1ef8287a7b306f06dc9f49178773c65.zip
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1058 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-tech.texi')
-rw-r--r--qemu-tech.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 0df2a0b96..4e6f507c7 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -167,7 +167,7 @@ interpreter part of the FX!32 Digital Win32 code translator [5]).
TWIN [6] is a Windows API emulator like Wine. It is less accurate than
Wine but includes a protected mode x86 interpreter to launch x86 Windows
-executables. Such an approach as greater potential because most of the
+executables. Such an approach has greater potential because most of the
Windows API is executed natively but it is far more difficult to develop
because all the data structures and function parameters exchanged
between the API and the x86 code must be converted.