Fix a typo in previous commit.

Reported by:	npn
Pointy hat to:	jhb
Fixes:		572edd3dae vmm: Re-quiet set but unused warnings.
This commit is contained in:
John Baldwin 2022-04-08 12:01:33 -07:00
parent 97f2e93a66
commit 6a33ecdc2f

View file

@ -286,7 +286,7 @@ rtc_to_secs(struct vrtc *vrtc)
struct timespec ts;
struct rtcdev *rtc;
#ifdef KTR
struct vm *vm = vtrc->vm;
struct vm *vm = vrtc->vm;
#endif
int century, error, hour, pm, year;