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:
committed by
mergify[bot]
parent
38c92f7030
commit
493dde944d
@@ -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
|
||||
|
Reference in New Issue
Block a user