Merge pull request #322 from dbkinder/api-spell

doc: fix API documentation misspellings
This commit is contained in:
Wang, Hongbo 2018-06-12 07:45:21 +08:00 committed by GitHub
commit f757d49ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ int64_t hcall_pause_vm(uint64_t vmid);
*
* @param vm Pointer to VM data structure
* @param vmid ID of the VM
* @param param guest physical addressx. This gpa points to
* @param param guest physical address. This gpa points to
* struct acrn_create_vcpu
*
* @return 0 on success, non-zero on error.
@ -211,7 +211,7 @@ int64_t hcall_notify_req_finish(uint64_t vmid, uint64_t param);
int64_t hcall_set_vm_memmap(struct vm *vm, uint64_t vmid, uint64_t param);
/**
* @brief setup ept memmory mapping for multi regions
* @brief setup ept memory mapping for multi regions
*
* @param vm Pointer to VM data structure
* @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);
int64_t hcall_remap_pci_msix(struct vm *vm, uint64_t vmid, uint64_t param);
/**
* @brief translate guest physical address ot host physical address
* @brief translate guest physical address to host physical address
*
* Translate guest physical address to host physical address for a VM.
* The function will return -1 if the target VM does not exist.

View File

@ -228,7 +228,7 @@ struct hc_ptdev_irq {
} __aligned(8);
/**
* Hypervisor api version info, return it for HC_GET_API_VERSION hyercall
* Hypervisor api version info, return it for HC_GET_API_VERSION hypercall
*/
struct hc_api_version {
/** hypervisor api major version */