diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-10-24 21:52:38 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-10-26 14:14:19 +0100 |
commit | 1ce9c1921059913245dab20bdf8f11d1afab2e08 (patch) | |
tree | 88a4b6a612bbc2f51d89ab3c93112c3d49e12393 /hw/audiodev.h | |
parent | 4ab328d6488e117c369198c932d03acd7b4a1b4d (diff) | |
download | qemu-1ce9c1921059913245dab20bdf8f11d1afab2e08.zip |
Fix typo: buf -> bus
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/audiodev.h')
-rw-r--r-- | hw/audiodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audiodev.h b/hw/audiodev.h index 8e930b21ae..d60c3498ee 100644 --- a/hw/audiodev.h +++ b/hw/audiodev.h @@ -11,7 +11,7 @@ int Adlib_init(qemu_irq *pic); int GUS_init(qemu_irq *pic); /* ac97.c */ -int ac97_init(PCIBus *buf); +int ac97_init(PCIBus *bus); /* cs4231a.c */ int cs4231a_init(qemu_irq *pic); |