summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwx.c
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2021-11-16 12:56:12 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2021-11-16 12:56:12 +0000
commit796612f783d9f84ec2fac8acfd80c5555e55a4ca (patch)
tree25c7e7c6d3e6aefcf62099110159eb06fbac9d15 /sys/dev/pci/if_iwx.c
parent4db24937b9463cbbecbeb96a3f6230b371754182 (diff)
fix typo in an error message printed by iwx_phy_ctxt_update()
Diffstat (limited to 'sys/dev/pci/if_iwx.c')
-rw-r--r--sys/dev/pci/if_iwx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_iwx.c b/sys/dev/pci/if_iwx.c
index 5cac83fd48e..c970310fe24 100644
--- a/sys/dev/pci/if_iwx.c
+++ b/sys/dev/pci/if_iwx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_iwx.c,v 1.119 2021/10/15 13:38:10 stsp Exp $ */
+/* $OpenBSD: if_iwx.c,v 1.120 2021/11/16 12:56:11 stsp Exp $ */
/*
* Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
@@ -6802,7 +6802,7 @@ iwx_phy_ctxt_update(struct iwx_softc *sc, struct iwx_phy_ctxt *phyctxt,
err = iwx_phy_ctxt_cmd(sc, phyctxt, chains_static,
chains_dynamic, IWX_FW_CTXT_ACTION_ADD, apply_time, sco);
if (err) {
- printf("%s: could not remove PHY context "
+ printf("%s: could not add PHY context "
"(error %d)\n", DEVNAME(sc), err);
return err;
}