From 1235fc066ac7146bb3ed8ae97efeb710bb57644a Mon Sep 17 00:00:00 2001 From: ths Date: Tue, 3 Jun 2008 19:51:57 +0000 Subject: Spelling fixes, by Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4655 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-tech.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu-tech.texi') diff --git a/qemu-tech.texi b/qemu-tech.texi index cc027cf6a5..5159fbb114 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -277,7 +277,7 @@ The new Plex86 [8] PC virtualizer is done in the same spirit as the qemu-fast system emulator. It requires a patched Linux kernel to work (you cannot launch the same kernel on your PC), but the patches are really small. As it is a PC virtualizer (no emulation is done except -for some priveledged instructions), it has the potential of being +for some privileged instructions), it has the potential of being faster than QEMU. The downside is that a complicated (and potentially unsafe) host kernel patch is needed. @@ -334,7 +334,7 @@ instruction, it just stores one operand (called @code{CC_SRC}), the result (called @code{CC_DST}) and the type of operation (called @code{CC_OP}). -@code{CC_OP} is almost never explicitely set in the generated code +@code{CC_OP} is almost never explicitly set in the generated code because it is known at translation time. In order to increase performances, a backward pass is performed on the -- cgit v1.2.1