Skip to content

Commit 643349a

Browse files
pb8oShadowCurse
authored andcommitted
doc: fix typo
Fix typo in the documentation Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent c839707 commit 643349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/arch/x86_64/msr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const UNDUMPABLE_MSR_RANGES: [MsrRange; 17] = [
300300
// vCPU. IA32_MCG_CAP can be set up via KVM_X86_SETUP_MCE API, but Firecracker doesn't use it.
301301
// https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/x86/kvm/x86.c?h=v4.14.311#n2553
302302
MSR_RANGE!(MSR_IA32_MCG_CTL),
303-
// Firecarcker is not tested with nested virtualization. Some CPU templates intentionally
303+
// Firecracker is not tested with nested virtualization. Some CPU templates intentionally
304304
// disable nested virtualization. If nested virtualization is disabled, VMX-related MSRs cannot
305305
// be dumped. It can be seen in the following link that VMX-related MSRs depend on whether
306306
// nested virtualization is allowed.

0 commit comments

Comments
 (0)