From 493dde944d77e768d3d792405638a27acf30f261 Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Fri, 7 Feb 2020 02:08:13 +0100 Subject: OvmfPkg/Xen: Fix various typos Fix various typos in comments and documentation. Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Anthony Perard Cc: Julien Grall Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Acked-by: Anthony PERARD Acked-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-61-philmd@redhat.com> --- OvmfPkg/Include/Protocol/XenBus.h | 4 ++-- OvmfPkg/Include/Protocol/XenIo.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'OvmfPkg/Include/Protocol') diff --git a/OvmfPkg/Include/Protocol/XenBus.h b/OvmfPkg/Include/Protocol/XenBus.h index 8ff5ca3575..0dac926628 100644 --- a/OvmfPkg/Include/Protocol/XenBus.h +++ b/OvmfPkg/Include/Protocol/XenBus.h @@ -215,7 +215,7 @@ XENSTORE_STATUS Grant access to the page Frame to the domain DomainId. @param This A pointer to XENBUS_PROTOCOL instance. - @param DomainId ID of the domain to grant acces to. + @param DomainId ID of the domain to grant access to. @param Frame Frame Number of the page to grant access to. @param ReadOnly Provide read-only or read-write access. @param RefPtr Reference number of the grant will be written to this pointer. @@ -266,7 +266,7 @@ UINT32 Send an event to the remote end of the channel whose local endpoint is Port. @param This A pointer to the XENBUS_PROTOCOL. - @param Port Local port to the the event from. + @param Port Local port to the event from. @retval UINT32 The return value from the hypercall, 0 if success. **/ diff --git a/OvmfPkg/Include/Protocol/XenIo.h b/OvmfPkg/Include/Protocol/XenIo.h index 6bea0a02bb..f4051ca507 100644 --- a/OvmfPkg/Include/Protocol/XenIo.h +++ b/OvmfPkg/Include/Protocol/XenIo.h @@ -1,7 +1,7 @@ /** @file XenIo protocol to abstract arch specific details - The Xen implementations for the Intel and ARM archictures differ in the way + The Xen implementations for the Intel and ARM architectures differ in the way the base address of the grant table is communicated to the guest. The former uses a virtual PCI device, while the latter uses a device tree node. In order to allow the XenBusDxe UEFI driver to be reused for the non-PCI -- cgit v1.2.3