mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
vhpet: 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
8d66b134f3
commit
ef764e4801
1 changed files with 1 additions and 1 deletions
|
|
@ -776,7 +776,7 @@ vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta)
|
|||
/* at restore time the countbase should have the value it had when the
|
||||
* snapshot was created; since the value is not directly kept in
|
||||
* vhpet->countbase, but rather computed relative to the current system
|
||||
* uptime using countbase_sbt, save the value retured by vhpet_counter
|
||||
* uptime using countbase_sbt, save the value returned by vhpet_counter
|
||||
*/
|
||||
if (meta->op == VM_SNAPSHOT_SAVE)
|
||||
countbase = vhpet_counter(vhpet, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue