2
0
Эх сурвалжийг харах

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 <peter.maydell@linaro.org>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Stefan Weil 13 жил өмнө
parent
commit
e1b4382cbf
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      qemu-doc.texi
  2. 1 1
      qemu-tech.texi

+ 1 - 1
qemu-doc.texi

@@ -78,7 +78,7 @@ to ease cross-compilation and cross-debugging.
 
 
 @end itemize
 @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.
 performance.
 
 
 For system emulation, the following hardware targets are supported:
 For system emulation, the following hardware targets are supported:

+ 1 - 1
qemu-tech.texi

@@ -536,7 +536,7 @@ timers, especially together with the use of bottom halves (BHs).
 @node Hardware interrupts
 @node Hardware interrupts
 @section 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
 hardware interrupt is pending. Instead, the user must asynchronously
 call a specific function to tell that an interrupt is pending. This
 call a specific function to tell that an interrupt is pending. This
 function resets the chaining of the currently executing basic
 function resets the chaining of the currently executing basic