OvmfPkg/Xen: Fix various typos

Fix various typos in comments and documentation.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Julien Grall <julien@xen.org>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-61-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:13 +01:00
committed by mergify[bot]
parent 38c92f7030
commit 493dde944d
18 changed files with 31 additions and 31 deletions

View File

@@ -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

View File

@@ -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.
**/

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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.