File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2063,7 +2063,7 @@ static inline bool nested_svm_intr(struct vcpu_svm *svm)
2063
2063
if (svm -> nested .intercept & 1ULL ) {
2064
2064
/*
2065
2065
* The #vmexit can't be emulated here directly because this
2066
- * code path runs with irqs and preemtion disabled. A
2066
+ * code path runs with irqs and preemption disabled. A
2067
2067
* #vmexit emulation might sleep. Only signal request for
2068
2068
* the #vmexit here.
2069
2069
*/
@@ -2409,7 +2409,7 @@ static bool nested_svm_vmrun_msrpm(struct vcpu_svm *svm)
2409
2409
{
2410
2410
/*
2411
2411
* This function merges the msr permission bitmaps of kvm and the
2412
- * nested vmcb. It is omptimized in that it only merges the parts where
2412
+ * nested vmcb. It is optimized in that it only merges the parts where
2413
2413
* the kvm msr permission bitmap may contain zero bits
2414
2414
*/
2415
2415
int i ;
You can’t perform that action at this time.
0 commit comments