aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/nicvf_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vnic/nicvf_main.c')
-rw-r--r--sys/dev/vnic/nicvf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vnic/nicvf_main.c b/sys/dev/vnic/nicvf_main.c
index dd44e420c78f..59f7abeacdd5 100644
--- a/sys/dev/vnic/nicvf_main.c
+++ b/sys/dev/vnic/nicvf_main.c
@@ -1402,7 +1402,7 @@ nicvf_allocate_net_interrupts(struct nicvf *nic)
/* MSI-X must be configured by now */
if (!nic->msix_enabled) {
- device_printf(nic->dev, "Cannot alloacte queue interrups. "
+ device_printf(nic->dev, "Cannot alloacte queue interrupts. "
"MSI-X interrupts disabled.\n");
return (ENXIO);
}