diff options
| author | Bernhard Reutner-Fischer | 2011-10-25 10:22:18 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-10-26 15:15:26 +0200 |
| commit | 1a1a0e20683139edab32eaaeaa64f60cb2d5ff46 (patch) | |
| tree | 78a2d7d5c89d476878ea06d84df5f4c6e03bfb98 | |
| parent | Fix typo: buf -> bus (diff) | |
| download | qemu-1a1a0e20683139edab32eaaeaa64f60cb2d5ff46.tar.gz qemu-1a1a0e20683139edab32eaaeaa64f60cb2d5ff46.tar.xz qemu-1a1a0e20683139edab32eaaeaa64f60cb2d5ff46.zip | |
Documentation: fix typo
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
| -rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index ad19b73f15..149e9bd28b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -227,7 +227,7 @@ QEMU uses YM3812 emulation by Tatsuyuki Satoh. QEMU uses GUS emulation (GUSEMU32 @url{http://www.deinmeister.de/gusemu/}) by Tibor "TS" Schütz. -Not that, by default, GUS shares IRQ(7) with parallel ports and so +Note that, by default, GUS shares IRQ(7) with parallel ports and so qemu must be told to not have parallel ports to have working GUS @example |
