@@ -101,7 +101,7 @@ int64_t hcall_pause_vm(uint64_t vmid);
101
101
*
102
102
* @param vm Pointer to VM data structure
103
103
* @param vmid ID of the VM
104
- * @param param guest physical addressx . This gpa points to
104
+ * @param param guest physical address . This gpa points to
105
105
* struct acrn_create_vcpu
106
106
*
107
107
* @return 0 on success, non-zero on error.
@@ -211,7 +211,7 @@ int64_t hcall_notify_req_finish(uint64_t vmid, uint64_t param);
211
211
int64_t hcall_set_vm_memmap (struct vm * vm , uint64_t vmid , uint64_t param );
212
212
213
213
/**
214
- * @brief setup ept memmory mapping for multi regions
214
+ * @brief setup ept memory mapping for multi regions
215
215
*
216
216
* @param vm Pointer to VM data structure
217
217
* @param param guest physical address. This gpa points to
@@ -237,7 +237,7 @@ int64_t hcall_set_vm_memmaps(struct vm *vm, uint64_t param);
237
237
int64_t hcall_remap_pci_msix (struct vm * vm , uint64_t vmid , uint64_t param );
238
238
239
239
/**
240
- * @brief translate guest physical address ot host physical address
240
+ * @brief translate guest physical address to host physical address
241
241
*
242
242
* Translate guest physical address to host physical address for a VM.
243
243
* The function will return -1 if the target VM does not exist.
0 commit comments