Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shvvmx.c')
-rw-r--r--shvvmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shvvmx.c b/shvvmx.c
index 7030453..dfdd3a8 100644
--- a/shvvmx.c
+++ b/shvvmx.c
@@ -331,7 +331,7 @@ ShvVmxSetupVmcsForVp (
// Enable support for RDTSCP and XSAVES/XRESTORES in the guest. Windows 10
// makes use of both of these instructions if the CPU supports it. By using
// ShvUtilAdjustMsr, these options will be ignored if this processor does
- // not actully support the instructions to begin with.
+ // not actually support the instructions to begin with.
//
// Also enable EPT support, for additional performance and ability to trap
// memory access efficiently.