]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: Fix typing errors in header files
authorThomas Huth <thuth@redhat.com>
Tue, 13 Sep 2016 08:33:20 +0000 (10:33 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 13 Sep 2016 12:14:31 +0000 (14:14 +0200)
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>
OvmfPkg/Include/IndustryStandard/LinuxBzimage.h
OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h
OvmfPkg/Include/Library/LoadLinuxLib.h
OvmfPkg/Include/Protocol/XenBus.h
OvmfPkg/VirtioScsiDxe/VirtioScsi.h
OvmfPkg/XenBusDxe/GrantTable.h
OvmfPkg/XenBusDxe/XenStore.h

index b83b7916a001bf1f34f346d2e42122c1ad349ebb..a6d899973002a089de1e6b23771e3990b814779d 100644 (file)
@@ -45,7 +45,7 @@ struct setup_header {
        UINT16 movesize;\r
        UINT32 code32_start;    /* Start of code loaded high */\r
        UINT32 ramdisk_start;   /* Start of initial ramdisk */\r
        UINT16 movesize;\r
        UINT32 code32_start;    /* Start of code loaded high */\r
        UINT32 ramdisk_start;   /* Start of initial ramdisk */\r
-       UINT32 ramdisk_len;     /* Lenght of initial ramdisk */\r
+       UINT32 ramdisk_len;     /* Length of initial ramdisk */\r
        UINT32 bootsect_kludge;\r
        UINT16 heap_end;\r
        UINT8 ext_loader_ver;  /* Extended boot loader version */\r
        UINT32 bootsect_kludge;\r
        UINT16 heap_end;\r
        UINT8 ext_loader_ver;  /* Extended boot loader version */\r
index ebed5799bc2e7994eabb0d039ce5a2c6d5370c3d..27774d6285efb3a7e6f0851e5e698b0405d52302 100644 (file)
@@ -59,7 +59,7 @@
  * All data in the XenStore is stored as strings.  Nodes specifying numeric\r
  * values are encoded in decimal.  Integer value ranges listed below are\r
  * expressed as fixed sized integer types capable of storing the conversion\r
  * All data in the XenStore is stored as strings.  Nodes specifying numeric\r
  * values are encoded in decimal.  Integer value ranges listed below are\r
  * expressed as fixed sized integer types capable of storing the conversion\r
- * of a properly formated node string, without loss of information.\r
+ * of a properly formatted node string, without loss of information.\r
  *\r
  * Any specified default value is in effect if the corresponding XenBus node\r
  * is not present in the XenStore.\r
  *\r
  * Any specified default value is in effect if the corresponding XenBus node\r
  * is not present in the XenStore.\r
index 36ee352e5e6fa40c2ca3e6ddaf940c0abbd562a7..d33249903cf2e38e80b1cafbbd91ee157e2b17fe 100644 (file)
@@ -44,7 +44,7 @@ LoadLinuxCheckKernelSetup (
   @param[in]     KernelSetup - The kernel setup image\r
   @param[in]     KernelSize - The kernel size on disk.\r
 \r
   @param[in]     KernelSetup - The kernel setup image\r
   @param[in]     KernelSize - The kernel size on disk.\r
 \r
-  @retval    0                An error occured\r
+  @retval    0                An error occurred\r
   @retval    !0               The initial size required by the kernel to\r
                               begin execution.\r
 \r
   @retval    !0               The initial size required by the kernel to\r
                               begin execution.\r
 \r
index 3509691e03dbb45bad8955c631d91b1afb17271b..f5b1cbc44bf0588861142e3923bb4d0b907015a3 100644 (file)
@@ -224,7 +224,7 @@ XENSTORE_STATUS
   @param DomainId   ID of the domain to grant acces to.\r
   @param Frame      Frame Number of the page to grant access to.\r
   @param ReadOnly   Provide read-only or read-write access.\r
   @param DomainId   ID of the domain to grant acces to.\r
   @param Frame      Frame Number of the page to grant access to.\r
   @param ReadOnly   Provide read-only or read-write access.\r
-  @param RefPtr     Reference number of the grant will be writen to this pointer.\r
+  @param RefPtr     Reference number of the grant will be written to this pointer.\r
 **/\r
 typedef\r
 EFI_STATUS\r
 **/\r
 typedef\r
 EFI_STATUS\r
@@ -310,7 +310,7 @@ UINT32
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
-           XenStore are supressed, allowing multiple, physically different,\r
+           XenStore are suppressed, allowing multiple, physically different,\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 typedef\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 typedef\r
@@ -333,7 +333,7 @@ XENSTORE_STATUS
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
-           XenStore are supressed, allowing multiple, physically different,\r
+           XenStore are suppressed, allowing multiple, physically different,\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 typedef\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 typedef\r
index 80840d353e585c238b63eb10c93ae6d37f73b2b8..6d00567e8cb8304cfc6dc868195a791f34064b5a 100644 (file)
@@ -32,7 +32,7 @@
 // identification, and 8 bytes for LUN identification.\r
 //\r
 // EFI_EXT_SCSI_PASS_THRU_MODE.AdapterId is also a target identifier,\r
 // identification, and 8 bytes for LUN identification.\r
 //\r
 // EFI_EXT_SCSI_PASS_THRU_MODE.AdapterId is also a target identifier,\r
-// consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accomodate both\r
+// consisting of 4 bytes. Make sure TARGET_MAX_BYTES can accommodate both\r
 // AdapterId and our target identifiers.\r
 //\r
 #if TARGET_MAX_BYTES < 4\r
 // AdapterId and our target identifiers.\r
 //\r
 #if TARGET_MAX_BYTES < 4\r
index 194275ba7ed593018e1b55fe5bf8ed73bc0efba3..28195b6e59c4ebacc287c6e886cad410c73896bc 100644 (file)
@@ -47,7 +47,7 @@ XenGrantTableDeinit (
   @param DomainId   ID of the domain to grant acces to.\r
   @param Frame      Frame Number of the page to grant access to.\r
   @param ReadOnly   Provide read-only or read-write access.\r
   @param DomainId   ID of the domain to grant acces to.\r
   @param Frame      Frame Number of the page to grant access to.\r
   @param ReadOnly   Provide read-only or read-write access.\r
-  @param RefPtr     Reference number of the grant will be writen to this pointer.\r
+  @param RefPtr     Reference number of the grant will be written to this pointer.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
index de5690119e835d38a115673a3e7bb7b40d473ef1..c9d4c6509a3c4d943b723075e5382a8720d4e398 100644 (file)
@@ -229,7 +229,7 @@ XenStoreVSPrint (
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
 \r
   @return  On success, XENSTORE_STATUS_SUCCESS. Otherwise an errno value\r
            indicating the type of write failure.  EEXIST errors from the\r
-           XenStore are supressed, allowing multiple, physically different,\r
+           XenStore are suppressed, allowing multiple, physically different,\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 XENSTORE_STATUS\r
            xenbus_watch objects, to watch the same path in the XenStore.\r
 **/\r
 XENSTORE_STATUS\r