vmm/x86: Fix typo

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/885
This commit is contained in:
Elyes Haouas 2024-04-11 11:27:29 -06:00 committed by Warner Losh
parent 33afe704bf
commit 8d66b134f3

View file

@ -234,7 +234,7 @@ x86_emulate_cpuid(struct vcpu *vcpu, uint64_t *rax, uint64_t *rbx,
goto default_leaf;
/*
* Similar to Intel, generate a ficticious cache
* Similar to Intel, generate a fictitious cache
* topology for the guest with L3 shared by the
* package, and L1 and L2 local to a core.
*/