summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/vm.c
diff options
context:
space:
mode:
authorDave Voutila <dv@cvs.openbsd.org>2023-01-04 02:19:20 +0000
committerDave Voutila <dv@cvs.openbsd.org>2023-01-04 02:19:20 +0000
commit37ab7157f52597ac3ac91bc6bb852f0efb06cd47 (patch)
treec752a10bf3582dfed99f4ffa74657593c68e3f33 /usr.sbin/vmd/vm.c
parent7a6654afd34bcc59aa2eda463c6ee06dd6d2dd40 (diff)
Typos in vmd error message. No functional change.
Diffstat (limited to 'usr.sbin/vmd/vm.c')
-rw-r--r--usr.sbin/vmd/vm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vm.c b/usr.sbin/vmd/vm.c
index 321d8858ca1..f2852411550 100644
--- a/usr.sbin/vmd/vm.c
+++ b/usr.sbin/vmd/vm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vm.c,v 1.79 2022/12/28 21:30:19 jmc Exp $ */
+/* $OpenBSD: vm.c,v 1.80 2023/01/04 02:19:19 dv Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -1663,7 +1663,8 @@ vcpu_exit_inout(struct vm_run_params *vrp)
vei->vrs.vrs_gprs[VCPU_REGS_RDX],
vei->vrs.vrs_gprs[VCPU_REGS_RSI]);
#endif /* MMIO_DEBUG */
- fatalx("%s: can't emulate rep refix'd IN(s)/OUT(s)", __func__);
+ fatalx("%s: can't emulate REP prefixed IN(S)/OUT(S)",
+ __func__);
}
if (ioports_map[vei->vei.vei_port] != NULL)