mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
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:
parent
33afe704bf
commit
8d66b134f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue