summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 11:20:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 11:20:35 +0000
commit198a8b5bbfaa0c0722677e16cb220d8800b9cacd (patch)
treece22ef476dece5ff2379c5db2f299784fc65cfc4 /sys
parente264a56d431e791e56f321b8c97a1e2252949e1c (diff)
ignorint -> ignoring
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/vmwpvs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/vmwpvs.c b/sys/dev/pci/vmwpvs.c
index a334d7c805b..d7eafb63898 100644
--- a/sys/dev/pci/vmwpvs.c
+++ b/sys/dev/pci/vmwpvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmwpvs.c,v 1.24 2020/09/22 19:32:53 krw Exp $ */
+/* $OpenBSD: vmwpvs.c,v 1.25 2022/02/21 11:20:34 jsg Exp $ */
/*
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -809,7 +809,7 @@ vmwpvs_msg_task(void *xsc)
case VMWPVS_MSG_T_REMOVED:
dvmsg = (struct vmwpvs_ring_msg_dev *)msg;
if (letoh32(dvmsg->bus) != 0) {
- printf("%s: ignorint request to remove device"
+ printf("%s: ignoring request to remove device"
" on bus %d\n", DEVNAME(sc),
letoh32(msg->type));
break;