summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2017-01-18 17:22:46 +0000
committermikeb <mikeb@openbsd.org>2017-01-18 17:22:46 +0000
commitfee64b2d19a973bfc99ab639ddd3f3885f3a6b19 (patch)
treec49935c799d3b153a09c82d7f96cc3765dc293c6
parentdidnt rename enough things after copy/paste (diff)
downloadwireguard-openbsd-fee64b2d19a973bfc99ab639ddd3f3885f3a6b19.tar.xz
wireguard-openbsd-fee64b2d19a973bfc99ab639ddd3f3885f3a6b19.zip
Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!
-rw-r--r--sys/dev/pv/if_hvn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pv/if_hvn.c b/sys/dev/pv/if_hvn.c
index 381b41b2b32..59f430e96a5 100644
--- a/sys/dev/pv/if_hvn.c
+++ b/sys/dev/pv/if_hvn.c
@@ -1046,7 +1046,7 @@ hvn_nvs_cmd(struct hvn_softc *sc, void *cmd, size_t cmdsize, uint64_t tid,
timo);
mtx_leave(&sc->sc_nvslck);
if (rv == EWOULDBLOCK)
- printf("%s: NVSP opertaion %d timed out\n",
+ printf("%s: NVSP operation %d timed out\n",
sc->sc_dev.dv_xname, hdr->nvs_type);
}
return (rv);
@@ -1358,7 +1358,7 @@ hvn_rndis_cmd(struct hvn_softc *sc, struct rndis_cmd *rc, int timo)
hvn_release_cmd(sc, rc);
rv = 0;
} else if (rv == EWOULDBLOCK) {
- printf("%s: RNDIS opertaion %d timed out\n",
+ printf("%s: RNDIS operation %d timed out\n",
sc->sc_dev.dv_xname, hdr->rm_type);
}
break;