vmm: 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 73bb5aea88
commit 1eedb4e592

View file

@ -446,7 +446,7 @@ int vm_get_intinfo(struct vcpu *vcpu, uint64_t *info1, uint64_t *info2);
/*
* Function used to keep track of the guest's TSC offset. The
* offset is used by the virutalization extensions to provide a consistent
* offset is used by the virtualization extensions to provide a consistent
* value for the Time Stamp Counter to the guest.
*/
void vm_set_tsc_offset(struct vcpu *vcpu, uint64_t offset);