From 796612f783d9f84ec2fac8acfd80c5555e55a4ca Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Tue, 16 Nov 2021 12:56:12 +0000 Subject: fix typo in an error message printed by iwx_phy_ctxt_update() --- sys/dev/pci/if_iwx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_iwx.c') 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 @@ -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; } -- cgit v1.2.3