]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/IndustryStandard/Xen/grant_table.h
OvmfPkg/Xen: Fix various typos
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / Xen / grant_table.h
index da8d6c2705f090dc580daf933a094441f49524a7..54af1dbc383c5addc05d7399807f9fc965326287 100644 (file)
@@ -365,7 +365,7 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_unmap_grant_ref_t);
  /*\r
   * GNTMAP_contains_pte subflag:\r
   *  0 => This map request contains a host virtual address.\r
-  *  1 => This map request contains the machine addess of the PTE to update.\r
+  *  1 => This map request contains the machine address of the PTE to update.\r
   */\r
 #define _GNTMAP_contains_pte    (4)\r
 #define GNTMAP_contains_pte     (1<<_GNTMAP_contains_pte)\r
@@ -386,7 +386,7 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_unmap_grant_ref_t);
 /* ` enum grant_status { */\r
 #define GNTST_okay             (0)  /* Normal return.                        */\r
 #define GNTST_general_error    (-1) /* General undefined error.              */\r
-#define GNTST_bad_domain       (-2) /* Unrecognsed domain id.                */\r
+#define GNTST_bad_domain       (-2) /* Unrecognised domain id.               */\r
 #define GNTST_bad_gntref       (-3) /* Unrecognised or inappropriate gntref. */\r
 #define GNTST_bad_handle       (-4) /* Unrecognised or inappropriate handle. */\r
 #define GNTST_bad_virt_addr    (-5) /* Inappropriate virtual address to map. */\r