aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/igd.c
diff options
context:
space:
mode:
authorCai Huoqing <caihuoqing@baidu.com>2021-07-30 09:26:13 +0800
committerLaurent Vivier <laurent@vivier.eu>2021-09-16 11:57:01 +0200
commit631ba5a12861f3aeadda11f5a6875f13847d1453 (patch)
tree1c4d38af38ed3ecb8f9de8c3cf4d7f5fcfc0aa0a /hw/vfio/igd.c
parent37557b09a6ee1dc93328b1dd53bb26c2b5897cc3 (diff)
downloadqemu-631ba5a12861f3aeadda11f5a6875f13847d1453.zip
qemu-631ba5a12861f3aeadda11f5a6875f13847d1453.tar.gz
qemu-631ba5a12861f3aeadda11f5a6875f13847d1453.tar.bz2
hw/vfio: Fix typo in comments
Fix typo in comments: *programatically ==> programmatically *disconecting ==> disconnecting *mulitple ==> multiple *timout ==> timeout *regsiter ==> register *forumula ==> formula Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210730012613.2198-1-caihuoqing@baidu.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/vfio/igd.c')
-rw-r--r--hw/vfio/igd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/igd.c b/hw/vfio/igd.c
index 470205f..d468570 100644
--- a/hw/vfio/igd.c
+++ b/hw/vfio/igd.c
@@ -557,7 +557,7 @@ void vfio_probe_igd_bar4_quirk(VFIOPCIDevice *vdev, int nr)
* must allocate a 1MB aligned reserved memory region below 4GB with
* the requested size (in bytes) for use by the Intel PCI class VGA
* device at VM address 00:02.0. The base address of this reserved
- * memory region must be written to the device BDSM regsiter at PCI
+ * memory region must be written to the device BDSM register at PCI
* config offset 0x5C.
*/
bdsm_size = g_malloc(sizeof(*bdsm_size));