Update comments

This commit is contained in:
Satoshi Tanda
2020-03-07 10:47:18 -08:00
parent adf09d85af
commit cd56f77bc0
32 changed files with 276 additions and 229 deletions

View File

@@ -24,7 +24,7 @@ VMCALL_HANDLER (
/*!
@brief Handles hypercall for uninstalling the hypervisor.
@param[in,out] GuestContext - A pointer to the guest context.
@param[in,out] GuestContext - The pointer to the guest context.
*/
VMCALL_HANDLER HandleVmcallUninstall;