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 'shvvmxhv.c')
-rw-r--r--shvvmxhv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shvvmxhv.c b/shvvmxhv.c
index c04c06b..dd0c3b5 100644
--- a/shvvmxhv.c
+++ b/shvvmxhv.c
@@ -102,9 +102,9 @@ ShvVmxHandleCpuid (
INT32 cpu_info[4];
//
- // Check for the magic CPUID sequence, and check that it is is coming from
+ // Check for the magic CPUID sequence, and check that it is coming from
// Ring 0. Technically we could also check the RIP and see if this falls
- // in the expected function, but we may want to allow a sepaarate "unload"
+ // in the expected function, but we may want to allow a separate "unload"
// driver or code at some point.
//
if ((VpState->VpRegs->Rax == 0x41414141) &&