From: Stefan Weil Date: Mon, 16 Jul 2012 21:37:07 +0000 (+0200) Subject: doc: Fix indefinite article an -> a before nouns that begin with 'h' X-Git-Tag: v1.2.0-rc0~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1b4382cbf74f99992a0cf67a891bd82ab8cd68e;p=thirdparty%2Fqemu.git doc: Fix indefinite article an -> a before nouns that begin with 'h' Although the rule also allows 'an' for historical reasons, 'a' is more common because 'h' is pronounced. Reviewed-by: Peter Maydell Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- diff --git a/qemu-doc.texi b/qemu-doc.texi index 0af0ff45c22..84dad195795 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -78,7 +78,7 @@ to ease cross-compilation and cross-debugging. @end itemize -QEMU can run without an host kernel driver and yet gives acceptable +QEMU can run without a host kernel driver and yet gives acceptable performance. For system emulation, the following hardware targets are supported: diff --git a/qemu-tech.texi b/qemu-tech.texi index b51a58abbaa..d73dda8e35a 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -536,7 +536,7 @@ timers, especially together with the use of bottom halves (BHs). @node Hardware interrupts @section Hardware interrupts -In order to be faster, QEMU does not check at every basic block if an +In order to be faster, QEMU does not check at every basic block if a hardware interrupt is pending. Instead, the user must asynchronously call a specific function to tell that an interrupt is pending. This function resets the chaining of the currently executing basic