diff options
author | Mao Zhongyi | 2019-09-09 05:14:46 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 19:24:56 +0200 |
commit | 5892cfc719756ef306f74558aed250103b0714d4 (patch) | |
tree | d85f8fa623a453e7e15c427d583751c07255d388 /hw/pci | |
parent | qemu-options.hx: Update for reboot-timeout parameter (diff) | |
download | qemu-5892cfc719756ef306f74558aed250103b0714d4.tar.gz qemu-5892cfc719756ef306f74558aed250103b0714d4.tar.xz qemu-5892cfc719756ef306f74558aed250103b0714d4.zip |
pci_bridge: fix a typo in comment
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190909031446.1331810-1-maozhongyi@cmss.chinamobile.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/pci')
-rw-r--r-- | hw/pci/pci_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci_bridge.c b/hw/pci/pci_bridge.c index 715b9a4fe6..97967d12eb 100644 --- a/hw/pci/pci_bridge.c +++ b/hw/pci/pci_bridge.c @@ -311,7 +311,7 @@ void pci_bridge_reset(DeviceState *qdev) /* * the default values for base/limit registers aren't specified - * in the PCI-to-PCI-bridge spec. So we don't thouch them here. + * in the PCI-to-PCI-bridge spec. So we don't touch them here. * Each implementation can override it. * typical implementation does * zero base/limit registers or |