summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:13 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit493dde944d77e768d3d792405638a27acf30f261 (patch)
tree902ff386087af0b5d320db80eb4c9a7bb36cb860 /OvmfPkg/XenBusDxe
parent38c92f7030667eaab48023a01cc9280fe05af371 (diff)
downloadedk2-493dde944d77e768d3d792405638a27acf30f261.tar.gz
edk2-493dde944d77e768d3d792405638a27acf30f261.tar.bz2
edk2-493dde944d77e768d3d792405638a27acf30f261.zip
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>
Diffstat (limited to 'OvmfPkg/XenBusDxe')
-rw-r--r--OvmfPkg/XenBusDxe/DriverBinding.h2
-rw-r--r--OvmfPkg/XenBusDxe/EventChannel.h2
-rw-r--r--OvmfPkg/XenBusDxe/GrantTable.h2
-rw-r--r--OvmfPkg/XenBusDxe/XenBus.c2
-rw-r--r--OvmfPkg/XenBusDxe/XenBusDxe.c6
-rw-r--r--OvmfPkg/XenBusDxe/XenStore.c4
6 files changed, 9 insertions, 9 deletions
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.