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/XenBusDxe/DriverBinding.h | 2 +- OvmfPkg/XenBusDxe/EventChannel.h | 2 +- OvmfPkg/XenBusDxe/GrantTable.h | 2 +- OvmfPkg/XenBusDxe/XenBus.c | 2 +- OvmfPkg/XenBusDxe/XenBusDxe.c | 6 +++--- OvmfPkg/XenBusDxe/XenStore.c | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'OvmfPkg/XenBusDxe') diff --git a/OvmfPkg/XenBusDxe/DriverBinding.h b/OvmfPkg/XenBusDxe/DriverBinding.h index 9b0eb20644..43ee8aff02 100644 --- a/OvmfPkg/XenBusDxe/DriverBinding.h +++ b/OvmfPkg/XenBusDxe/DriverBinding.h @@ -75,7 +75,7 @@ XenBusDxeDriverBindingSupported ( @retval EFI_SUCCESS The device was started. @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented. @retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources. - @retval Others The driver failded to start the device. + @retval Others The driver failed to start the device. **/ EFI_STATUS diff --git a/OvmfPkg/XenBusDxe/EventChannel.h b/OvmfPkg/XenBusDxe/EventChannel.h index 6e98bbe463..793571fab6 100644 --- a/OvmfPkg/XenBusDxe/EventChannel.h +++ b/OvmfPkg/XenBusDxe/EventChannel.h @@ -53,7 +53,7 @@ XenBusEventChannelAllocate ( 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/XenBusDxe/GrantTable.h b/OvmfPkg/XenBusDxe/GrantTable.h index 2cc889b643..0c1e076337 100644 --- a/OvmfPkg/XenBusDxe/GrantTable.h +++ b/OvmfPkg/XenBusDxe/GrantTable.h @@ -38,7 +38,7 @@ XenGrantTableDeinit ( 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. diff --git a/OvmfPkg/XenBusDxe/XenBus.c b/OvmfPkg/XenBusDxe/XenBus.c index 2451e58a59..a203beaaa7 100644 --- a/OvmfPkg/XenBusDxe/XenBus.c +++ b/OvmfPkg/XenBusDxe/XenBus.c @@ -1,5 +1,5 @@ /** @file - XenBus Bus driver implemtation. + XenBus Bus driver implementation. This file implement the necessary to discover and enumerate Xen PV devices through XenStore. diff --git a/OvmfPkg/XenBusDxe/XenBusDxe.c b/OvmfPkg/XenBusDxe/XenBusDxe.c index 634c7b71eb..c47fad2e80 100644 --- a/OvmfPkg/XenBusDxe/XenBusDxe.c +++ b/OvmfPkg/XenBusDxe/XenBusDxe.c @@ -1,7 +1,7 @@ /** @file This driver produces XenBus Protocol instances for each Xen PV devices. - This XenBus bus driver will first initialize differente services in order to + This XenBus bus driver will first initialize different services in order to enumerate the ParaVirtualized devices available. Those services are: @@ -297,8 +297,8 @@ NotifyExitBoot ( @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented. @retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources. @retval EFI_UNSUPPORTED Something is missing on the system that - prevent to start the edvice. - @retval Others The driver failded to start the device. + prevent to start the device. + @retval Others The driver failed to start the device. **/ EFI_STATUS diff --git a/OvmfPkg/XenBusDxe/XenStore.c b/OvmfPkg/XenBusDxe/XenStore.c index 34890ae40b..41fcb39088 100644 --- a/OvmfPkg/XenBusDxe/XenStore.c +++ b/OvmfPkg/XenBusDxe/XenStore.c @@ -138,7 +138,7 @@ typedef struct { */ LIST_ENTRY WatchEvents; - /** Lock protecting the watch calback list. */ + /** Lock protecting the watch callback list. */ EFI_LOCK WatchEventsLock; /** @@ -761,7 +761,7 @@ XenStoreReadReply ( } /** - Send a message with an optionally muti-part body to the XenStore service. + Send a message with an optionally multi-part body to the XenStore service. @param Transaction The transaction to use for this request. @param RequestType The type of message to send. -- cgit v1.2.3