OvmfPkg: Fix typing errors in header files

Correct some typos in the header files of the OvmfPkg
(which have been discovered with the codespell utility).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Thomas Huth 2016-09-13 10:33:20 +02:00 committed by Laszlo Ersek
parent 8c0b0b34f7
commit b6b33f67df
7 changed files with 9 additions and 9 deletions

View File

@ -45,7 +45,7 @@ struct setup_header {
UINT16 movesize; UINT16 movesize;
UINT32 code32_start; /* Start of code loaded high */ UINT32 code32_start; /* Start of code loaded high */
UINT32 ramdisk_start; /* Start of initial ramdisk */ UINT32 ramdisk_start; /* Start of initial ramdisk */
UINT32 ramdisk_len; /* Lenght of initial ramdisk */ UINT32 ramdisk_len; /* Length of initial ramdisk */
UINT32 bootsect_kludge; UINT32 bootsect_kludge;
UINT16 heap_end; UINT16 heap_end;
UINT8 ext_loader_ver; /* Extended boot loader version */ UINT8 ext_loader_ver; /* Extended boot loader version */

View File

@ -59,7 +59,7 @@
* All data in the XenStore is stored as strings. Nodes specifying numeric * All data in the XenStore is stored as strings. Nodes specifying numeric
* values are encoded in decimal. Integer value ranges listed below are * values are encoded in decimal. Integer value ranges listed below are
* expressed as fixed sized integer types capable of storing the conversion * expressed as fixed sized integer types capable of storing the conversion
* of a properly formated node string, without loss of information. * of a properly formatted node string, without loss of information.
* *
* Any specified default value is in effect if the corresponding XenBus node * Any specified default value is in effect if the corresponding XenBus node
* is not present in the XenStore. * is not present in the XenStore.

View File

@ -44,7 +44,7 @@ LoadLinuxCheckKernelSetup (
@param[in] KernelSetup - The kernel setup image @param[in] KernelSetup - The kernel setup image
@param[in] KernelSize - The kernel size on disk. @param[in] KernelSize - The kernel size on disk.
@retval 0 An error occured @retval 0 An error occurred
@retval !0 The initial size required by the kernel to @retval !0 The initial size required by the kernel to
begin execution. begin execution.

View File

@ -224,7 +224,7 @@ XENSTORE_STATUS
@param DomainId ID of the domain to grant acces to. @param DomainId ID of the domain to grant acces to.
@param Frame Frame Number of the page 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 ReadOnly Provide read-only or read-write access.
@param RefPtr Reference number of the grant will be writen to this pointer. @param RefPtr Reference number of the grant will be written to this pointer.
**/ **/
typedef typedef
EFI_STATUS EFI_STATUS
@ -310,7 +310,7 @@ UINT32
@return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value @return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value
indicating the type of write failure. EEXIST errors from the indicating the type of write failure. EEXIST errors from the
XenStore are supressed, allowing multiple, physically different, XenStore are suppressed, allowing multiple, physically different,
xenbus_watch objects, to watch the same path in the XenStore. xenbus_watch objects, to watch the same path in the XenStore.
**/ **/
typedef typedef
@ -333,7 +333,7 @@ XENSTORE_STATUS
@return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value @return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value
indicating the type of write failure. EEXIST errors from the indicating the type of write failure. EEXIST errors from the
XenStore are supressed, allowing multiple, physically different, XenStore are suppressed, allowing multiple, physically different,
xenbus_watch objects, to watch the same path in the XenStore. xenbus_watch objects, to watch the same path in the XenStore.
**/ **/
typedef typedef

View File

@ -32,7 +32,7 @@
// identification, and 8 bytes for LUN identification. // identification, and 8 bytes for LUN identification.
// //
// EFI_EXT_SCSI_PASS_THRU_MODE.AdapterId is also a target identifier, // EFI_EXT_SCSI_PASS_THRU_MODE.AdapterId is also a target identifier,
// consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accomodate both // consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accommodate both
// AdapterId and our target identifiers. // AdapterId and our target identifiers.
// //
#if TARGET_MAX_BYTES < 4 #if TARGET_MAX_BYTES < 4

View File

@ -47,7 +47,7 @@ XenGrantTableDeinit (
@param DomainId ID of the domain to grant acces to. @param DomainId ID of the domain to grant acces to.
@param Frame Frame Number of the page 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 ReadOnly Provide read-only or read-write access.
@param RefPtr Reference number of the grant will be writen to this pointer. @param RefPtr Reference number of the grant will be written to this pointer.
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI

View File

@ -229,7 +229,7 @@ XenStoreVSPrint (
@return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value @return On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value
indicating the type of write failure. EEXIST errors from the indicating the type of write failure. EEXIST errors from the
XenStore are supressed, allowing multiple, physically different, XenStore are suppressed, allowing multiple, physically different,
xenbus_watch objects, to watch the same path in the XenStore. xenbus_watch objects, to watch the same path in the XenStore.
**/ **/
XENSTORE_STATUS XENSTORE_STATUS