]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcInt.h
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcInt.h
index 66339d1a85e8df385b543eb3169640336857b5ff..8512d6743d7d03e31f7238a46d2b96dc22f80ee4 100644 (file)
@@ -36,7 +36,7 @@ typedef UINT32  EXCEPTION_FLAGS;
 typedef struct {\r
   VM_REGISTER       R[8];                   // General purpose registers.\r
   UINT64            Flags;                  // Flags register:\r
-                                            //   0   Set to 1 if the result of the last compare was true\r
+                                            //   0  Set to 1 if the result of the last compare was true\r
                                             //   1  Set to 1 if stepping\r
                                             //   2..63 Reserved.\r
   VMIP              Ip;                     // Instruction pointer.\r
@@ -106,7 +106,7 @@ EbcCreateThunks (
 \r
 /**\r
   Add a thunk to our list of thunks for a given image handle.\r
-  Also flush the instruction cache since we've written thunk code\r
+  Also flush the instruction cache since we have written thunk code\r
   to memory that will be executed eventually.\r
 \r
   @param  ImageHandle            The image handle to which the thunk is tied.\r
@@ -249,7 +249,7 @@ EbcLLGetReturnValue (
   );\r
 \r
 /**\r
-  Returns the stack index and buffer assosicated with the Handle parameter.\r
+  Returns the stack index and buffer associated with the Handle parameter.\r
 \r
   @param  Handle                The EFI handle as the index to the EBC stack.\r
   @param  StackBuffer           A pointer to hold the returned stack buffer.\r